UNPKG

@grandlinex/bundle-sqlight

Version:

> SQLight support GrandlineX using better-sqlite3

5 lines (4 loc) 135 B
import SQLCon, { DbType } from './class/SQLCon.js'; export * from './util/index.js'; export { SQLCon, DbType }; export default SQLCon;