Skip to content

Tags: creationix/node-persistence

Tags

0.0.4

Toggle 0.0.4's commit message
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.3

Toggle 0.0.3's commit message
0.0.3 release - Memory driver, bug fixes, and start of high-level abs…

…traction.

0.0.2

Toggle 0.0.2's commit message
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

Toggle 0.0.1's commit message
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.