go-sqlite3
Database library
A SQLite driver for Go that allows developers to interact with SQLite databases using the standard database/sql interface.
sqlite3 driver for go using database/sql
8k stars
149 watching
1k forks
Language: C
last commit: about 2 months ago
Linked from 2 awesome lists
gosqlitesqlite3-driver
Related projects:
Repository | Description | Stars |
---|---|---|
jmoiron/sqlx | An extension to Go's standard database/sql library, adding features like parameterized queries and row marshaling. | 16,305 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,550 |
google/go-github | A Go library for interacting with the GitHub API v3 | 10,458 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,173 |
data-dog/go-sqlmock | A tool to simulate SQL driver behavior in Go tests without needing a real database connection. | 6,158 |
mattn/go-oci8 | Provides a Go driver for connecting to an Oracle database | 631 |
apache/cassandra-gocql-driver | A fast and robust Cassandra client for the Go programming language | 2,586 |
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,237 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,547 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,643 |
jackc/pgx | A high-performance PostgreSQL driver and toolkit for building Go applications | 10,838 |
aws/aws-sdk-go-v2 | A set of libraries providing an interface to interact with AWS services in the Go programming language | 2,665 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,151 |
cvilsmeier/sqinn-go | A Go library for accessing SQLite databases without using cgo. | 427 |