gormt
Database converter
Automates conversion of MySQL database to Go structs using GORM
database to golang struct
2k stars
24 watching
360 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
databasefunctiongogolanggormmappingmysqlormtools
Related projects:
Repository | Description | Stars |
---|---|---|
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,403 |
go-gorm/gorm | A Go-based library providing an object-relational mapping (ORM) system for managing relational databases. | 36,960 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
thundr67/straf | A tool for converting Go structs into GraphQL objects and schemas on the fly | 38 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
u2386/gorm-sqlchaos | A tool that enables controlled manipulation of database operations at runtime | 5 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,632 |
masterminds/squirrel | A fluent SQL generator for Go that builds queries from composable parts and executes them directly. | 7,000 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,652 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |