UNPKG

dbd.db

Version:

A Lightweight Schema-Free Object-Oriented LocalDatabase for Development and Production Purpose

5 lines (3 loc) 193 B
const now = Date.now() require('./lib').deprecated('database', 'Variables').then(() => console.log(`${Date.now()-now}ms`)) process.once('beforeExit', () => console.log(`${Date.now()-now}ms`))