⚠️ This project is still experimental. Do not use this in production.
DB is a lightweight Go library for querying relational database.
Use the Go package manager to install db.
go get -u github.com/lemmego/db
db.Table("users").Get()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.