UNPKG

@wxn0brp/db

Version:

A simple file-based database management system with support for CRUD operations, custom queries, and graph structures.

4 lines (3 loc) 53 B
export interface Context { [key: string]: any; }