ozzo-dbx
DB query builder
A Go package enhancing standard sql database functionality with powerful query building capabilities and DB-agnostic support for various databases.
A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
638 stars
30 watching
91 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
databasegogolangozzo
Related projects:
Repository | Description | Stars |
---|---|---|
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
go-ozzo/ozzo-log | A Go package providing high-performance asynchronous logging with customizable filtering and multiple message targets. | 122 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,621 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
leporo/sqlf | A fast and flexible SQL query builder for Go. | 144 |
objectbox/objectbox-go | A high-performance Go database that provides fast and resource-efficient data persistence with built-in relations and schema migrations. | 1,107 |
huandu/go-sqlbuilder | A flexible and powerful SQL string builder library with a zero-config ORM. | 1,463 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 793 |
chenmingyong0423/go-mongox | A Go library for interacting with MongoDB databases, providing streamlined document operations and generic binding of structs to collections. | 136 |
rocketlaunchr/dbq | A Go library providing a convenient and lightweight way to perform database operations without boilerplate code. | 405 |
go-ozzo/ozzo-routing | A high-performance HTTP router package for Go that supports regular expression route matching and is designed to build RESTful APIs. | 455 |