Awesome
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.
- Elegant, yet extendable query builder with mix of syntactic sugar.
- Supports Eager loading.
- Supports nested transactions.
- Composite Primary Key.
- Multi adapter.
- Soft Deletion.
- Pagination.
- Schema Migration.
Install
go get github.com/Fs02/rel
Getting Started
- Guides https://fs02.github.io/rel
Examples
- go-todo-backend - Todo Backend
License
Released under the MIT License