0.0.8 • Published 8 years ago

bedrock-orm v0.0.8

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

8 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago