CGo-free port of SQLite for Go

,

Interesting project:

https://pkg.go.dev/modernc.org/sqlite

Looks like it using this project to do the conversion of sqlite C code to Go.

I might look at this eventually for Simple IoT as the Genji database is not performing all that well.

the CGo-free port of SQLite now supports riscv64:

1 Like