Document-based database with various integrations
npm i futuradb.js
It's so simple to use. It supports in-memory allocation and autosave.
To make a database with Futura:
const Futura = require('futuradb.js');
const db = new Futura({ logging: true, autosaveInterval: 5000 }, 'testdb');