From b9dad4e62213f74ca7b5caea07617892b34d370e Mon Sep 17 00:00:00 2001 From: Surya Asriadie Date: Thu, 28 Oct 2021 21:51:50 +0900 Subject: [PATCH] Add rel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b601e18..27c6429f 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [migrator](https://github.com/lopezator/migrator) - Dead simple Go database migration library. * [migrator](https://github.com/larapulse/migrator) - MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code. * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to soon support Postgres, SQLite, MongoDB, etc. +* [rel](https://github.com/go-rel/rel) - Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API. * [schema](https://github.com/adlio/schema) - Library to embed schema migrations for database/sql-compatible databases inside your Go binaries. * [skeema](https://github.com/skeema/skeema) - Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools. * [soda](https://github.com/gobuffalo/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite.