sqlx

Database library

An extension to Go's standard database/sql library, adding features like parameterized queries and row marshaling.

general purpose extensions to golang's database/sql

GitHub

16k stars
196 watching
1k forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mattn/go-sqlite3A C-based driver that provides an interface to SQLite databases using the Go language.8,093
data-dog/go-sqlmockA tool to simulate SQL driver behavior in Go tests without needing a real database connection.6,181
doug-martin/goquAn expressive SQL builder and executor for Go2,424
volatiletech/sqlboilerAn ORM generator that creates a Go-based data access layer from an existing database schema.6,776
xo/xoA tool that generates idiomatic Go code for SQL databases based on their schema or custom queries.3,748
xujiajun/godbalA Go library for building and executing SQL queries with a focus on simplicity and ease of use.59
go-ozzo/ozzo-dbxA Go package enhancing standard sql database functionality with powerful query building capabilities and DB-agnostic support for various databases.638
nalgeon/sqleanA collection of SQLite extensions that provide additional functionality and standardize API3,820
chenmingyong0423/go-mongoxA Go library for interacting with MongoDB databases, providing streamlined document operations and generic binding of structs to collections.150
stephenafamo/bobA toolset providing a query builder and ORM/Factory generator for databases using Go.825
launchbadge/sqlxA high-level, async Rust library for interacting with relational databases.13,661
go-gorm/gormA Go-based library providing an object-relational mapping (ORM) system for managing relational databases.37,145
go-sql-driver/mysqlA MySQL driver library for Go's database/sql package14,580
mattn/go-adodbA Microsoft ActiveX Object DataBase driver for Go that uses the sql interface.143
xxjwxc/gormtAutomates conversion of MySQL database to Go structs using GORM2,372