Show HN: Sqlflow, a SQLite back end layer for Go
Category: library
Tags: go, sqlite, database
Score: 6.3/10 (Innovation: 5, Technical: 6, Documentation: 8, Utility: 6)
Sqlflow is a Go library that provides a SQLite-backed storage layer with separate read/write connections, serialized writes with retries, and an optional per-key connection pool using Ristretto caching. It is interesting because it offers driver-agnostic SQLite access with built-in encryption support via SQLCipher and is designed to integrate cleanly with sqlc for type-safe query generation.
Target audience: backend devs
Repository: https://github.com/avalonbits/sqlflow · Go · MIT · 4 stars
View on Hacker News