rel
Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
About rel
REL
Modern Database Access Layer for Golang.
REL is golang orm-ish database layer for layered architecture. It's testable and comes with its own test library. REL also features extendable query builder that allows you to write query using builder or plain sql.
Features
- Testable repository with builtin reltest package.
- Seamless nested transactions.
- Elegant, yet extendable query builder with mix of syntactic sugar.
- Supports Eager loading.
- Composite Primary Key.
- Multi adapter.
- Soft Deletion.
- Pagination.
- Schema Migration.
Install
go get github.com/go-rel/rel
Getting Started
- Guides https://go-rel.github.io
Examples
- gin-example - Todo Backend using Gin and REL
- go-todo-backend - Todo Backend using Chi and REL
- iris-example - Todo Backend using Iris and REL
License
Released under the MIT License
Frequently Asked Questions
What is rel?
rel is a ORM library for the Go programming language. Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
How do I install rel?
Install rel with the Go module system using `go get go-rel/rel`. Check the repository for the current installation instructions.
What category does rel belong to?
rel is listed under ORM, specifically ORM.
