0.0.8 • Published 9 years ago

bedrock-orm v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Bedrock orm

This is an orm for bedrok-js working with postgresql:

Usage in bedrock-js

Supported types:

  • integer
  • string
  • boolean
  • dateTime

Supported associations:

  • oneToOne (only from parent side)
  • oneToMany

Transactions are also supported with the startTransaction method

Note:

You will need the babel-register module for now to use it (see bedrock-js/esHook)

Todo:

  • Generate db schema
  • Tests
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago