New version contains data manager. It allows to store random number of records and completely replace file system as data storage.
Here is features list:
- Stable and fast work on 1 million records and more.
- Groups.
- Database manager(paging sorting and filtering).
- Api to create, read, update and delete through actions and through resources.
- Complex queries constructor.
- Backups.
- Import/Export csv.
- Export excel.
- Ability to use one database with several scripts.
- Schema constructor.
- string, int, bool and date value types.
Read this tutorial for more details http://wiki.bablosoft.com/doku.php?id=tutorial3
- Data manager (database): stable on 1M+ records, groups, manager with paging/sorting/filtering
- CRUD API via actions and resources, complex query constructor, backups
- CSV/Excel import-export, shared database across scripts, schema constructor, string/int/bool/date types