-
Notifications
You must be signed in to change notification settings - Fork 8
Home
dkeskar edited this page Sep 13, 2010
·
7 revisions
- AirDB Package Documentation: http://airdb.memamsa.com
- Design and Code updates: http://blog.memamsa.com/category/airdb
- The source repository includes a rudimentary example
- This page briefly describes the why and how for AirDB
- You have a Flex/AIR app which runs on the client-side
- You need to persist data and relationships on the client-side
- You want to model your persistent data as objects (cf. ORM)
If your AIR app stores and uses data only from a server-side DB, you probably don’t need AirDB.
- Freedom from clutter and repetition of SQL string concatenation, execution, try/catch result checking
- Easy, incremental schema specification right within your ActionScript class.
- Automatic schema management and migration
- Safe and seamless schema refinements as part of AIR application updates
Here is an Adobe AIR cookbook entry describing how to use AirDB.
- Write more tests for better coverage
- Write more documentation
- Write and manage library packaging
- Battle with the code – improve, bugfix, refactor, etc.