Avis Dsouza
May 18, 2021
Hi
This is my recommendation for Go with PostreSQL. Use https://github.com/golang-migrate/migrate for version control for your database(aka migration). This is similar to Flyway/Liquibase. For regular queries in the same service, use https://github.com/go-gorm/gorm.
788 views788
Comments





























