UNPKG

tspace-sql

Version:

mysql & postgresql query builder object relational mapping

9 lines (8 loc) 142 B
/** * The entry point. * * @module tspace-orm */ import * as tspace from './orm'; export * from './orm'; export default tspace;