The goal is simple: become the go-to documentation on how to load and use SQLite extensions across different languages, frameworks, and operating systems.
SQLite is everywhere, and extensions unlock a huge amount of power (custom functions, new data types, vector search, cryptography, etc.). But figuring out how to actually load them varies a lot depending on your environment — C, Python, Go, Node.js, iOS, Android, Linux, Windows, macOS, each has its own quirks.
We’ve already added working examples and OS-specific instructions, but there’s a long way to go. We’d love contributions from developers.