Pure Go database driver for SQLite using ebitengine/purego
0

Configure Feed

Select the types of activity you want to include in your feed.

Go 100.0%
3 1 0

Clone this repository

https://tangled.org/rushsteve1.us/purego-sqlite https://tangled.org/did:plc:4a5m7eiiblvxu65agf5uqffm
git@tangled.org:rushsteve1.us/purego-sqlite git@tangled.org:did:plc:4a5m7eiiblvxu65agf5uqffm

For self-hosted knots, clone URLs may differ based on your setup.



README.md

PureGo SQLite#

Pure Go database driver for SQLite using ebitengine/purego.

Requires the SQLite shared library installed. You probably already have it.

Rationale#

I wanted to use SQLite without CGo but I also don't trust a huge pile of generated code like ModernC SQLite.