Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 824 Bytes

TypeODM

ODM for MongoDB that works in TypeScript.

This project is deprecated. TypeODM functionality is part of TypeORM now, please use TypeORM instead.

Usage

ODM development is in progress. Readme and documentations expected to be soon. For now you can take a look on samples in ./sample for more examples of usages.

Todos

  • determine minimal node version requirements
  • put proper exceptions everywhere
  • debug mode and logging
  • other types / check date support
  • deep checks on schema build
  • create query builder?
  • json and javascript schema providers
  • replication support in connection configuration
  • fix ids typing
  • add option for auto-created ids
  • investigate other then MongoDB integrations
  • fix embed document incorrect field names transformation