From b14e174d72f0b77ba0ac941f2874f448342460c7 Mon Sep 17 00:00:00 2001 From: Ricky Adriell <53133228+rickyadriell@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:23:46 +0000 Subject: [PATCH] add package sqlite (#5556) * add package sqlite * Update README.md --------- Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 971ba6ac..13b42cf3 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,7 @@ _Libraries for building and using SQL._ - [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. - [sqlhooks](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver. +- [sqlite](https://pkg.go.dev/modernc.org/sqlite) - Package sqlite is a sql/database driver using a CGo-free port of the C SQLite3 library. - [surrealdb.go](https://github.com/surrealdb/surrealdb.go) - SurrealDB Driver for Go. - [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) - native and database/sql driver YDB (Yandex Database)