UNPKG

nope.db

Version:

A modern, simple, and async JSON database for Node.js with zero dependencies and a data-safe queue.

7 lines (6 loc) 150 B
export class DatabaseError extends Error { constructor(message = "Unknown Error") { super(message); this.name = "nopedb"; } }