UNPKG

es-entity

Version:

ORM framework for Node js based on Ecmascript 6 and Typescript.

7 lines (4 loc) 124 B
import Column from './Column.js'; import Id from './Id.js'; import Table from './Table.js'; export { Column, Id, Table };