UNPKG

pure-orm

Version:

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

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