Popularity
6.9
Stable
Activity
6.6
-
724
13
58

Description

Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API

Features: - Testable repository with builtin reltest package - Elegant, yet extendable query builder with mix of syntactic sugar - Feature rich (Eager loading, nested transaction, schema migration and more)

Programming language: Go
License: MIT License
Tags: SQL     Database Drivers     ORM     Multiple Backends.    
Latest version: v0.9.1

REL alternatives and similar packages

Based on the "ORM" category.
Alternatively, view REL alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of REL or a related project?

Add another 'ORM' Package

README

REL

GoDoc Build Status Go Report Card Maintainability Codecov Gitter chat

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

Examples

License

Released under the MIT License


*Note that all licence references and agreements mentioned in the REL README section above are relevant to that project's source code only.