BriskDB
schapman1974
46 points
13 comments
August 15, 2026
Related Discussions
Found 5 related stories in 39.2ms across 4,128 title embeddings via pgvector HNSW
- RayforceDB – a pure C analytics database with a Lisp-like syntax sourdecor · 32 pts · August 14, 2026 · 51% similar
- Slater – Low-memory graphdb designed for read-heavy graphs rickkjp · 38 pts · July 21, 2026 · 50% similar
- Choose DuckDB rather than SQLite rubenvanwyk · 85 pts · July 29, 2026 · 48% similar
- Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite wgjordan · 58 pts · July 29, 2026 · 46% similar
- A Preview of DuckDB v2.0 ibotty · 588 pts · August 17, 2026 · 46% similar
Discussion Highlights (10 comments)
bearjaws
Now this is an interesting concept. I spent a few weekends writing a postgres proxy for PII a few years ago and I realized how much you really could inbetween a database and your app layer. Never thought about just leveraging sqlite as the entire backend and running every database protocol as its interface.
delish
I'm interested in the social-proof mechanisms we'll need to have for AI-assisted "serious projects" (where a database is a "serious project"). Third-party audits like https://jepsen.io/ are an example.
theplumber
“ Why developers might care”
measurablefunc
Looks like another art project.
numlock86
I like the concept, but I don't quite get what problem specifically this is trying to solve or what the main motivation here is. Have an all-compatible database that is essentially just SQLite plus some scripts? Also those AI coded CSS gradient backgrounds got old really really fast. It kind of became a low quality indicator like Word Art or Comic Sans back in the day: You see it and immediately have a thought like "Oh, it's one of those." in your head. At least that's the case for me and basically everyone in my tech bubble ...
vcryan
This is very cool! Don't be discouraged by some of the comments on this thread. Looks like you had an interesting idea and you implemented it and now you are sharing your work. You have stated that it is alpha. Personally, I don't care if was written by AI or by 12 drunken monkeys -- if it has a sufficient level of testing (high bar here!) that shows that it reliably and safely does what it is intended to do -- that is all that really matter.
evil-olive
egregious AI slop. you even had your LLM generate you a "launch kit" [0] with posts for HN, multiple subreddits, Linkedin, and X, with a four-week recommended posting schedule. 0: https://github.com/schapman1974/briskdb/pull/264/files#diff-...
gigatexal
It’s an interesting set of features. I’m not one of the gatekeepers of AI projects are bad ilk. Let’s see this keep growing into what you have in mind OP.
linesofcode
Fantastic stuff. I love this trend of pushing SQLite for advanced scenarios and new architectures. It’s so much more powerful than people give it credit for.
jhhh
People are really going to be cranking out entire databases in a weekend that no one is going to use. Why even make the effort, if you can even call it that? It would be one thing if the software was actually beneficial, as it would be undeniably useful and the fact that it took a weekend to make is of no importance. But databases are extremely complicated and require high levels of trust since they actually store important information. No one would care if you made a terrible AI-generated winamp clone that couldn't play music correctly. There's no consequence. But who would use and trust a database if the author didn't even understand it enough to make it? If you made this 5 years ago I would probably be interested and looking through some of the code. These days weekend projects aren't even worth a second thought.