https://github.com/dkeskar/airdb
ActionScript AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations.
https://github.com/dkeskar/airdb
Last synced: 7 months ago
JSON representation
ActionScript AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations.
- Host: GitHub
- URL: https://github.com/dkeskar/airdb
- Owner: dkeskar
- License: other
- Created: 2009-05-02T01:42:46.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-18T19:32:43.000Z (over 15 years ago)
- Last Synced: 2024-08-03T05:02:36.629Z (over 1 year ago)
- Language: ActionScript
- Homepage: http://blog.memamsa.com/tag/airdb
- Size: 389 KB
- Stars: 34
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - airdb - ActionScript AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations. (Networking / Database)
- awesome-actionscript3 - AIRdb - AIR ORM for using client-side SQLite within AIR and Flex apps. Supports ActiveRecord style models, migrations and associations. (Database)
README
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.