forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Bikeshed common database API
erickt edited this page Oct 31, 2012
·
5 revisions
We should provide a common interface for databases to ease porting from one database backend to another.
- Python:
- Go:
- Ruby:
- DataObjects: https://github.com/datamapper/do
- Sequel: http://sequel.rubyforge.org/
- Node.js:
- Sqlite:
- PostgreSQL (in progress):
Needed:
- MySQL
- Oracle
- Should we bother trying to support NoSQLs?
- Do we low-level like Python's DB-API? Or higher level, like Ruby's Sequel?