0.0.1 • Published 8 years ago

stash-data v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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