go-sqlite3

SQL database library

A C-based driver that provides an interface to SQLite databases using the Go language.

sqlite3 driver for go using database/sql

GitHub

8k stars
148 watching
1k forks
Language: C
last commit: 2 months ago
Linked from 2 awesome lists

gosqlitesqlite3-driver

Backlinks from these awesome lists:

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,405
go-sql-driver/mysql A MySQL driver library for Go's database/sql package 14,580
google/go-github Provides an interface to access the GitHub API v3 10,488
mongodb/mongo-go-driver A Golang driver that provides a connection to MongoDB databases 8,200
data-dog/go-sqlmock A tool to simulate SQL driver behavior in Go tests without needing a real database connection. 6,181
mattn/go-oci8 Provides a Go driver for connecting to an Oracle database 632
apache/cassandra-gocql-driver A fast and robust Cassandra client for the Go programming language 2,595
rubenv/sql-migrate Tools and scripts for managing changes to a relational database schema in a Go application. 3,248
volatiletech/sqlboiler An ORM generator that creates a Go-based data access layer from an existing database schema. 6,776
golang-migrate/migrate Database migration tool written in Go that reads and applies migrations to various databases. 15,714
gonum/gonum A set of libraries for numerical computations in the Go programming language. 7,690
jackc/pgx A high-performance PostgreSQL driver and toolkit for building Go applications 10,954
aws/aws-sdk-go-v2 A set of libraries providing an interface to interact with AWS services in the Go programming language 2,704
lib/pq A Go driver for connecting to Postgres databases using the standard database/sql package 9,193
cvilsmeier/sqinn-go A Go library for accessing SQLite databases without using cgo. 434