UNPKG

pure-orm

Version:

A SQL Toolkit based on pure business objects passed to and from stateful data access objects

3 lines (2 loc) 185 B
import { ICreateForDriverOptions, ICoreIntegratedDriver } from './index'; export declare const createForPGP: ({ core, db, logError }: ICreateForDriverOptions) => ICoreIntegratedDriver;