Bzoo is an AS3 database for flash.
The library provides a thin data layer for flash/flex applications or websites, allowing data manipulation and persistence . It is an indirect AS3 translation of the javascript library Taffy DB
Bzoo works like a temp or persistent database for flash, implementing the CRUD interface:
* Create
* Read
* Update
* Delete
Bzoo takes amf array collections, JSON strings and YAML strings. JSON and YAML will be automatically parsed and made available.
By using the persistent attribute, Bzoo will allow data to be retained in Shared Objects for automatic retrieval after refresh, in other words bzoo allows you to store your data on the client machine.
Bzoo makes the use of:
- JSON decoder classes from the as3corelib
- Derek Wischusen’s as3yaml decoder that can be found at as3yaml
Check out Bzoo on the google project site
Please submit any bugs that you find to the issues list on the google project site
Check out the example: