UNPKG

puddysql

Version:

🍮 Powerful SQL toolkit for Node.js, built with flexibility and structure in mind. Easily manage SQLite3/PostgreSQL, advanced queries, smart tag systems, and full JSON-friendly filters.

5 lines (4 loc) 147 B
/** @type {import('pg')} */ export const pg: typeof import("pg"); /** @type {import('sqlite3')} */ export const sqlite3: typeof import("sqlite3");