LiteSQL
|
Changes | |
Contributors | (in alphabetical order) |
Cost of Using LiteSQL | |
The Future | The library is again under development and new features are being added |
Implementation Details | |
BSD-License | LiteSQL is distributed under the terms of BSD-license stated below: |
MySQL specific notes | MySQL - support is experimental |
Using Cursor | Often it is not necessary to fetch all objects to memory and then process them |
Creating and Dropping Database | The code below defines a simple database: |
Defining Database | |
Selecting Persistents and Expr-API | |
Upcasting and Virtual Methods | In order to support virtual methods a Persistent object must be upcasted to correct type before calling virtual method |
Storing and Deleting Persistents | A simple Person database: |
Database API: raw queries | If you prefer to access database using raw queries, use plain Database-class and query-method |
Using Relations | A simple database with Person-class and friends-relation |