-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Francesco Bianco edited this page Oct 3, 2017
·
15 revisions
- Moldable ORM: Manage persistent object in your web application
- DB Manipulation: Work with Database through advanced scripting tools
- create a database Database::apply()
- modify the schema of a database Database::alter()
- import data on a database Database::import()
- read data from your databases faster Database::query()
- write data from your databases faster Database::insert()
- maintain the database well organized and formatted for your applications Storable
- read data for your application faster Storable::query()
- write data for your application faster Storable::store()