/go-db

[DEFUNCT] Generic database API for Go.

Primary LanguageGoOtherNOASSERTION

This project is defunct and has been superseded by the official database/sql package in the Go standard library.


Generic database API for Go

The API is not yet stable! If you decide to track it, you should be okay with frequent, potentially incompatible changes. You have been warned.

To install, clone into $GOROOT/src/pkg/db/ for now.

Special thanks to Eden Li and Masaaki Yonebayashi.