▲ 10 ▼ sqlite - an embeddable, transactional SQL database engine in Go
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress)
Register to comment or vote on this story
This is going to get confusing if it's not a Go implementation of SQLite. But it seems there's some relation to it since there's a #include <sqlite3.h> in the main.c. Would be great if the README could elaborate a bit on that.
It would certainly be nice to have a Go-only SQLite!