From 6010ef6a0267035636af0e28d1b0f16c343d4b20 Mon Sep 17 00:00:00 2001 From: Anton Kornilov Date: Sun, 10 Jul 2022 23:46:06 +0300 Subject: [PATCH] Add gorm-seeder (#4273) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69752434..f4190b8d 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [goavro](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data. - [godfish](https://github.com/rafaelespinoza/godfish) - Database migration manager, works with native query language. Support for cassandra, mysql, postgres, sqlite3. - [goose](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. +- [gorm-seeder](https://github.com/Kachit/gorm-seeder) - Simple database seeder for Gorm ORM. - [gormigrate](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. - [libschema](https://github.com/muir/libschema) - Define your migrations separately in each libary. Migrations for open source libraries. MySQL & PostgreSQL. - [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library.