upper.io/db
Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers
About upper.io/db
upper/db
upper/db is a productive data access layer (DAL) for Go
that provides agnostic tools to work with different data sources, such as:
See upper.io/v4 for documentation and code samples.
The tour

Take the tour to see real live examples in your browser.
License
Licensed under MIT License
Contributors
See the list of contributors.
Frequently Asked Questions
What is upper.io/db?
upper.io/db is a ORM library for the Go programming language. Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers
How do I install upper.io/db?
Install upper.io/db with the Go module system using `go get upper/db`. Check the repository for the current installation instructions.
What category does upper.io/db belong to?
upper.io/db is listed under ORM, specifically ORM.