Skip to content
/ db Public

DB is a lightweight Go library for querying relational database.

Notifications You must be signed in to change notification settings

lemmego/db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This project is still experimental. Do not use this in production.

DB

DB is a lightweight Go library for querying relational database.

Installation

Use the Go package manager to install db.

go get -u github.com/lemmego/db

Usage

db.Table("users").Get()

Contributing

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.

License

MIT

About

DB is a lightweight Go library for querying relational database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages