You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.