Skip to content

Just1diaxx/futura.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

futura.js

Document-based database with various integrations

How to install

npm i futuradb.js

How to use it

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');