UNPKG

ezito-sqlite

Version:

The fastest and simplest async and sync library for SqLite3 in Node.js.

12 lines (7 loc) 171 B
const { thread } = require("ezito-async"); function nextTick(Database , callback){ thread(()=>{ callback(); }) } module.exports = nextTick;