Skip to content

Commit

Permalink
docs: remove node-orm2 references from ROADMAP.md (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed May 22, 2016
1 parent 4338d05 commit bbf7304
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ Here is the middleware that would be executed when a user visits `/admin/posts`

## Polymorphic Relationships (#75)

Currently Lux uses [node-orm2](http://dresende.github.io/node-orm2/) which doesn't support polymorphic relationships.

For `1.0` we can either of the following:

- Implement our own (miniature) ORM using [knex.js](http://knexjs.org/)
- Fork [node-orm2](http://dresende.github.io/node-orm2/) add the ability to have polymorphic relationships


#### API

Declaring a polymorphic relationship on a model should be as simple as a boolean flag.
Expand Down

0 comments on commit bbf7304

Please sign in to comment.