Skip to content

Bikeshed common database API

erickt edited this page Oct 31, 2012 · 4 revisions

We should provide a common interface for databases to ease porting from one database backend to another.

Similar projects for other languages:

Known bindings:

Needed:

  • MySQL
  • Oracle

Open questions:

  • Should we bother trying to support NoSQLs?
  • Do we low-level like Python's DB-API? Or higher level, like Ruby's Sequel?

All Categories:

Clone this wiki locally