LiteSQL
Related Pages
Here is a list of all related documentation pages:
 Changes
 Contributors(in alphabetical order)
 Cost of Using LiteSQL
 The FutureThe library is again under development and new features are being added
 Implementation Details
 BSD-LicenseLiteSQL is distributed under the terms of BSD-license stated below:
 MySQL specific notesMySQL - support is experimental
 Using CursorOften it is not necessary to fetch all objects to memory and then process them
 Creating and Dropping DatabaseThe code below defines a simple database:
 Defining Database
 Selecting Persistents and Expr-API
 Upcasting and Virtual MethodsIn order to support virtual methods a Persistent object must be upcasted to correct type before calling virtual method
 Storing and Deleting PersistentsA simple Person database:
 Database API: raw queriesIf you prefer to access database using raw queries, use plain Database-class and query-method
 Using RelationsA simple database with Person-class and friends-relation

SourceForge.net Logo