stash-data
v0.0.1
Published
Unified API to store and access data in memory/JSON/SQL
Downloads
2
Readme
Stash Data
Stash data is providing unified interface to work with relational data (SQL based storage) in memory, on server in json file or in SQL database.
Intends to use sequelizejs to work with SQL database.
Has API similar to sequelize.
In early development.
Installation
npm install stash-data
Features (upcoming)
- Schema definition
- Schema synchronization/dropping
- 1:1, 1:M & N:M Associations
- Different storages: memory, json file, SQL database
- Promises
- Hooks/callbacks/lifecycle events
- Prefetching/association including
- Transactions
- Migrations