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.

7 lines (6 loc) 213 B
/** @type {import('pg')} */ export const pg: typeof pgModule; /** @type {import('sqlite3')} */ export const sqlite3: typeof sqlite3Module; import * as pgModule from 'pg'; import * as sqlite3Module from 'sqlite3';