Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 7h ago 7 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Show HN: SQLite Extensions Guide
1 marcobambini 0 8/26/2025, 1:19:06 PM github.com ↗
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.
No comments yet