Go-Sqlite
Visit Toolgo-sqlite is a pure-Go SQLite driver that embeds SQLite directly into Go applications, eliminating the need for separate installations. It integrates seamlessly with Go's native database/sql package.
At a glance
Trending
go-sqlite is a pure-Go SQLite driver that embeds SQLite directly into Go applications, eliminating the need for separate installations. It integrates seamlessly with Go's native database/sql package.
Trending
About
go-sqlite provides a pure-Go SQLite driver designed for Golang's native `database/sql` package. Its key differentiator is the embedded SQLite implementation, meaning developers do not need to install SQLite separately, simplifying deployment and development. This driver is a fork of `cznic/sqlite` with specific changes to ensure compatibility with GORM, a popular ORM for Go. It supports both in-memory and on-disk SQLite databases, offering flexibility for various application needs. Developers can easily configure SQLite pragmas, such as `journal_mode` or `busy_timeout`, directly within the connection string, allowing for fine-grained control over database behavior.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending