UNPKG

irodb

Version:

a database system with tables and the possibility of using a server

8 lines (7 loc) 161 B
const { host } = require('../'), app = new host({ port: 80, password: 'test1234' }); app.go(() => console.log("Database on"))