From 77ef4f032231b7186be01acee5c466b19bafab55 Mon Sep 17 00:00:00 2001 From: Claudemiro Date: Fri, 16 Dec 2016 00:18:49 -0200 Subject: [PATCH] Adding Darwin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d83249de..4e9cc56f 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database schema migration.* +* [darwin](https://github.com/GuiaBolso/darwin) - Database schema evolution library for Go * [goose](https://github.com/steinbacher/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. * [gormigrate](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. * [migrate](https://github.com/mattes/migrate) - Database migration handling in Golang support MySQL,PostgreSQL,Cassandra and SQLite.