sqlboiler
Database generator
An ORM generator that creates a Go-based data access layer from an existing database schema.
Generate a Go ORM tailored to your database schema.
7k stars
77 watching
550 forks
Language: Go
last commit: almost 2 years agoLinked from 2 awesome lists
databasegogolangmssqlmysqlormpostgrespostgresqlsqlboilersqlite3
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A Go-based library providing an object-relational mapping (ORM) system for managing relational databases. | 37,145 | |
| An expressive SQL builder and executor for Go | 2,424 | |
| Tools and scripts for managing changes to a relational database schema in a Go application. | 3,248 | |
| A tool to simulate SQL driver behavior in Go tests without needing a real database connection. | 6,181 | |
| An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,442 | |
| A tool that generates idiomatic Go code for SQL databases based on their schema or custom queries. | 3,748 | |
| Database migration tool written in Go that reads and applies migrations to various databases. | 15,714 | |
| A library that simplifies data access and manipulation by reducing boilerplate code between Go structs and databases. | 3,739 | |
| A toolset providing a query builder and ORM/Factory generator for databases using Go. | 825 | |
| An object-relational mapper for the Go programming language. | 160 | |
| A lightweight framework-agnostic database migration tool | 5,539 | |
| An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 | |
| An ORM for Go that supports multiple databases and provides an easy-to-use API for writing complex queries | 3,890 | |
| An extension to Go's standard database/sql library, adding features like parameterized queries and row marshaling. | 16,405 | |
| A C-based driver that provides an interface to SQLite databases using the Go language. | 8,093 |