sqlboiler

Generate a Go ORM tailored to your database schema

brewmacoslinux
Try with needOr install directly
Source

About

Generate a Go ORM tailored to your database schema

Commands

sqlboiler

Examples

Generate ORM models from a PostgreSQL database$ sqlboiler psql
Generate ORM models from a MySQL database with custom output directory$ sqlboiler mysql --output=models
Generate ORM models from SQLite database with config file$ sqlboiler sqlite3 -c sqlboiler.toml