Skip to content
/ rel Public
forked from go-rel/rel

Golang SQL Database Layer for Layered Architecture.

License

Notifications You must be signed in to change notification settings

goapt/rel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REL

GoDoc Build Status Go Report Card Maintainability Test Coverage

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.

Features

  • Testable repository with builtin reltest package.
  • Elegant, yet extendable query builder with mix of syntactic sugar.
  • Supports Eager loading.
  • Multi adapter.
  • Soft Deletion.
  • Pagination.

Install

go get github.com/Fs02/rel

Getting Started

License

Released under the MIT License

About

Golang SQL Database Layer for Layered Architecture.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%