Skip to content

Commit

Permalink
Update the readme to reflect the status of the postgres driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Dec 16, 2009
1 parent 220a07a commit 8d04bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -13,7 +13,7 @@ The four backend drivers that we plan on supporting initially are:
- **MongoDB** - A scalable, high-performance, open source, schema-free, document-oriented database. This driver also implements the wire protocol in JavaScript and communicated with the server over TCP.
- **JSON-DB** - A homegrown system schema-free, document-oriented database that uses simple flat files containing JSON objects. This has no requirements at all except node and a filesystem. Performance is to be determined once it's implemented fully.

So far Sqlite3 driver is done, but returns all columns as text. The PostgreSQL is partially done. The other two are still in the research/implementation stage.
So far Sqlite3 driver is done, but returns all columns as text. The PostgreSQL is also done and needing some field testing. The other two are still in the research/implementation stage.

Each backend follows the same interface. This means that new backends can be developed by independent parties and used.

Expand Down

0 comments on commit 8d04bd4

Please sign in to comment.