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.
12 lines (11 loc) • 365 B
text/typescript
export * from './enums';
export * from './EntityRepository';
export * from './EntityIdentifier';
export * from './EntityValidator';
export * from './EntityAssigner';
export * from './EntityTransformer';
export * from './EntityHelper';
export * from './EntityFactory';
export * from './EntityLoader';
export * from './ArrayCollection';
export * from './Collection';