Skip to content

Database Adapters for Sara

Jackson Gariety edited this page Feb 4, 2014 · 1 revision

Sara.js uses LocalStorage and WebDBs on the client-side to synchronize data, but she's agnostic to how you store your data on the server. Some database options:

key/value

  • CouchDB
  • MongoDB
  • RethinkDB
  • LevelDB
  • Redis

Relational

  • Postgres
  • MySQL
  • MariaDB

Sara comes with NeDB built in, which is similar to SQLite.

Clone this wiki locally