Golang SQL Database Layer for Layered Architecture.
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.
- Testable repository with builtin reltest package.
- Elegant, yet extendable query builder with mix of syntactic sugar.
- Supports Eager loading.
- Multi adapter.
- Soft Deletion.
- Pagination.
go get github.com/Fs02/rel
- Guides https://fs02.github.io/rel
Released under the MIT License