All Projects â†’ Fs02 â†’ rel

Fs02 / rel

Licence: MIT License
🎒 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API

Programming Languages

go
31211 projects - #10 most used programming language

REL

GoDoc Build Status Go Report Card Maintainability Test Coverage

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

Examples

License

Released under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].