jayralencar / sqlite-sync.js

Node module to sqlite sync and async
MIT License
78 stars 30 forks source link

Support opening a database in-memory #6

Closed carlosascari closed 7 years ago

carlosascari commented 7 years ago

See: https://www.sqlite.org/inmemorydb.html

Sqlite will create a database that exists only in memory until there is a disconnection when using :memory: as filename or an empty string.