forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Bikeshed common database API
thestinger edited this page Jan 17, 2013
·
5 revisions
We should provide a common interface for databases to ease porting from one database backend to another.
- Python:
- Go:
- Ruby:
- Node.js:
- Java:
- C++:
- Objective C:
- 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?