UNPKG

nukak

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

5 lines (4 loc) 264 B
import type { Querier, QuerierPool } from './type/index.js'; export declare function setQuerierPool<T extends QuerierPool = QuerierPool>(pool: T): void; export declare function getQuerierPool(): QuerierPool; export declare function getQuerier(): Promise<Querier>;