From f03b18f4be2c22779456521671c9abd2b486a4a7 Mon Sep 17 00:00:00 2001 From: Pablo Aguiar Date: Tue, 14 Aug 2018 19:55:35 +0200 Subject: [PATCH] Update pop/soda repository location (#2063) The new The new location for pop (and soda) repository. See https://github.com/gobuffalo/pop https://github.com/markbates/pop#notice-this-repo-has-moved --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 558a9dda..5e28031e 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gormigrate](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. * [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to soon support Postgres, SQLite, MongoDB, etc. -* [soda](https://github.com/markbates/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. +* [soda](https://github.com/gobuffalo/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. * [sql-migrate](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. *Database tools.* @@ -1006,7 +1006,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [grimoire](https://github.com/Fs02/grimoire) - Grimoire is a database access layer and validation for golang. (Support: MySQL, PostgreSQL and SQLite3). * [lore](https://github.com/abrahambotros/lore) - Simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go. * [Marlow](https://github.com/dadleyy/marlow) - Generated ORM from project structs for compile time safety assurances. -* [pop/soda](https://github.com/markbates/pop) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. +* [pop/soda](https://github.com/gobuffalo/pop) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. * [QBS](https://github.com/coocood/qbs) - Stands for Query By Struct. A Go ORM. * [reform](https://github.com/go-reform/reform) - Better ORM for Go, based on non-empty interfaces and code generation. * [SQLBoiler](https://github.com/volatiletech/sqlboiler) - ORM generator. Generate a featureful and blazing-fast ORM tailored to your database schema.