Skip to content

Commit

Permalink
add package sqlite (#5556)
Browse files Browse the repository at this point in the history
* add package sqlite

* Update README.md

---------

Co-authored-by: Phani Rithvij <[email protected]>
  • Loading branch information
rickyadriell and phanirithvij authored Jan 9, 2025
1 parent 92901e9 commit b14e174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b14e174

Please sign in to comment.