You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.0.4 - Remove promises to enable code to run on node V0.1.30…
…. Also removed everything except the drivers and test suite. The memory driver is now persistable for simple systems that want to scale later.
0.0.2 release - Postgres driver added
The test suite has been beefed up and made more robust. The postgres code from my postgres-js project has been ported over and included as a persistence driver. The common sql generation code between sqlite and postgres was extracted into a common sql library.
0.0.1 release
This version has a working sqlite driver that wraps around the command-line `sqlite3` program. It implements all of the spec with the exception of rich data types on query results. There are comprehensive unit tests for the sqlite driver.