bun
DB client
An ORM for Go that supports multiple databases and provides an easy-to-use API for writing complex queries
SQL-first Golang ORM
4k stars
28 watching
233 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
databasegogolangmssqlmysqloracleormpostgresqlsqlsqlitesqlite3
Related projects:
Repository | Description | Stars |
---|---|---|
go-gorm/gorm | A Go-based library providing an object-relational mapping (ORM) system for managing relational databases. | 37,145 |
upper/db | A Go-based data access layer providing agnostic tools to interact with various databases. | 3,551 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 825 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,776 |
dotnetnext/sqlsugar | An ORM framework providing simple and high-performance data access for various databases | 5,424 |
sequelize/sequelize | An ORM tool for various databases, providing features like transactions and relations to interact with databases using a promise-based interface. | 29,662 |
amacneil/dbmate | A lightweight framework-agnostic database migration tool | 5,539 |
go-rel/rel | A modern ORM layer for Golang | 772 |
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,260 |
dotnetcore/freesql | A .NET Core ORM component with support for multiple databases and data access patterns | 4,133 |
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,424 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
clickhouse/clickhouse-go | A Golang driver for the ClickHouse database system | 2,931 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,442 |