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.
vcryanβ’13 minutes ago
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.
numlock86β’about 1 hour ago
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 ...
theplumberβ’about 2 hours ago
β Why developers might careβ
toomimβ’about 1 hour ago
This phrase makes it sound like the author wasn't, himself, a developer. Like, maybe he wasn't even human.
Discussion (8 Comments)Read Original on HackerNews
Third-party audits like https://jepsen.io/ are an example.
README doesn't mention anything about how transactions work across the shards.
I see this https://github.com/schapman1974/briskdb/pull/260 but it says shard-local.
Never thought about just leveraging sqlite as the entire backend and running every database protocol as its interface.
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.
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 ...