UNPKG

@dossierhq/database-adapter

Version:

A library for adapting Dossier to a database, such as SQLite or PostgreSQL.

4 lines 277 B
/// <reference types="./index.d.ts" /> export { DEFAULT, buildPostgresSqlQuery, buildSqliteSqlQuery, createPostgresSqlQuery, createSqliteSqlQuery, } from './SqlQueryBuilder.js'; export { TransactionContextImpl } from './TransactionContext.js'; //# sourceMappingURL=index.js.map