From f4161cc99d9e2c04c582ed4afc13f16b6568b937 Mon Sep 17 00:00:00 2001 From: Astro-y Date: Mon, 30 Dec 2024 20:43:34 +0800 Subject: [PATCH] add package ncruces/go-sqlite3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8db829c00db..aa01d2d3163 100644 --- a/README.md +++ b/README.md @@ -870,6 +870,7 @@ _Libraries for building and using SQL._ - [go-oci8](https://github.com/mattn/go-oci8) - Oracle driver for go that uses database/sql. - [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. - [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. +- [go-sqlite3](https://github.com/ncruces/go-sqlite3) - This Go module is compatible with the database/sql driver. It allows embedding SQLite into your application, provides direct access to its C API, supports SQLite VFS, and also includes a GORM driver. - [godror](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. - [gofreetds](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](https://www.freetds.org). - [KSQL](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library