UNPKG

quaerateum

Version:

Simple typescript ORM for node.js based on data-mapper, unit-of-work and identity-map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JS.

9 lines (8 loc) 225 B
export * from './PrimaryKey'; export * from './Entity'; export * from './OneToOne'; export * from './ManyToOne'; export * from './ManyToMany'; export * from './OneToMany'; export * from './Property'; export * from './hooks';