2 months ago
Tues Aug 26, 2025 1:19pm PST
Show HN: SQLite Extensions Guide
We’ve just released an open-source project called sqlite-extensions-guide (https://github.com/sqliteai/sqlite-extensions-guide), and we’re looking for contributors.

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.

read article
comments:
add comment
loading comments...