go-queryset
ORM library
A 100% type-safe ORM library with code generation for Go, supporting multiple databases.
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood.
726 stars
24 watching
73 forks
Language: Go
last commit: over 1 year ago codegeneratorgogolanggormormquerysettypesafe
Related projects:
Repository | Description | Stars |
---|---|---|
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
go-rel/rel | A modern ORM layer for Golang | 770 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,444 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 793 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
golobby/orm | An object-relational mapper for the Go programming language. | 159 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
jschoedt/go-firestorm | An ORM framework for Google Cloud Firestore. | 52 |