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

MongoDB ODM for Typescript

Notifications You must be signed in to change notification settings

pleerock/typeodm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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