UNPKG

pure-orm

Version:

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

3 lines (2 loc) 166 B
export { createCore, ICreateCoreOptions, ICore, IModel, IModelClass, ICollection, IColumns } from './core'; export { create, ICreateOptions, IPureORM } from './orm';