Morgul / omega-models

An elegant ORM solution for node.js. Intended to be used with the omega web framework, but not required.
1 stars 0 forks source link

Implemented Simple Backend #7

Closed Morgul closed 10 years ago

Morgul commented 10 years ago

I implemented a simple backend. There are no unit tests for it (as none of the backends are unit-tested). I'm going to raise another issue about that elsewhere.

Please test the following things:

Raise any issues here.

whitelynx commented 10 years ago

Had to make some fixes, but everything in the simple DB backend now has unit tests, and everything works except the gzip support.

Morgul commented 10 years ago

Fixed the gzip support, and the unit tests.