Skip to content
forked from dkeskar/airdb

ActionScript AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations.

License

Notifications You must be signed in to change notification settings

mrozmanith/airdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActionScript ORM for using SQLite in AIR apps. 
Supports ActiveRecord style models, migrations and associations. 

ASDoc package documentation available at http://airdb.memamsa.com

Design and development updates at: http://blog.memamsa.com/category/airdb

Help us write stand-alone unit and functional tests for the AirDB package. 

= Release Notes, New or Changed Functionality = 
== 20100517 == 
* Relater for compile-time declaration of associations with additional options.
* Has-many-through for many-many relationships with explicit join table. 
 
== 20090831 ==
* Uses local machine time while mapping Date for DATETIME fields
* Modeler#update only updates if a record was previously loaded into object.
* Added Modeler#reload to refresh object using latest record values. 

About

ActionScript AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 100.0%