UNPKG

@resin/pinejs

Version:

Pine.js is a sophisticated rules-driven API engine that enables you to define rules in a structured subset of English. Those rules are used in order for Pine.js to generate a database schema and the associated [OData](http://www.odata.org/) API. This make

11 lines (10 loc) 236 B
import * as _pg from 'pg' // The types don't include log/poolLog for some reason, so we manually type them declare module 'pg' { interface PoolConfig { log?: Function | false } interface Defaults { poolLog: Function | false } }