Y
Hacker News
new
|
ask
|
show
|
jobs
by
efdb
1397 days ago
see
https://github.com/nalgeon/sqlean
for 'All the missing SQLite functions'
1 comments
eatonphil
1397 days ago
go-sqlite3-stdlib is influenced by sqlean but is written in Go (not C) so should be easier to contribute to, has 95% test coverage, and is easier to integrate with Go programs than C extensions.
link