0.0.8 • Published 7 years ago

bedrock-orm v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago