
pgAdmin 4 v9.7 Released
https://www.postgresql.org/about/news/pgadmin-4-v97-released-3120/
pgAdmin4 is not available through ports on FreeBSD, but can be jailed and installed via
https://pypi.org/project/pgadmin4/
pgAdmin 4 v9.7 Released
https://www.postgresql.org/about/news/pgadmin-4-v97-released-3120/
pgAdmin4 is not available through ports on FreeBSD, but can be jailed and installed via
https://pypi.org/project/pgadmin4/
pgAdmin 4 v9.7 Released
https://www.postgresql.org/about/news/pgadmin-4-v97-released-3120/
pgAdmin4 is not available through ports on FreeBSD, but can be jailed and installed via
https://pypi.org/project/pgadmin4/
For the needs of #reaction, I wrote a very dumb #Rust#KV db which wraps BTreeMaps and a redis-like log file for persistance.
It's orders of magnitude faster than common KV #database (heed/lmdb, fjall, sled) because it's RAM-first.
But it doesn't have transactions, and it persists write operations asynchronously, after the write is done.
Those features make a lot of sense for reaction imo, but I don't know if it would be useful to others.
Question is: should I publish it as a separate crate?
For the needs of #reaction, I wrote a very dumb #Rust#KV db which wraps BTreeMaps and a redis-like log file for persistance.
It's orders of magnitude faster than common KV #database (heed/lmdb, fjall, sled) because it's RAM-first.
But it doesn't have transactions, and it persists write operations asynchronously, after the write is done.
Those features make a lot of sense for reaction imo, but I don't know if it would be useful to others.
Question is: should I publish it as a separate crate?
SQLite is a remarkable piece of software and I've always been curious about the system and the project. Here are several little known facts about SQLite.
🚨 Breaking news: Supabase's new "Lethal Trifecta" feature ensures entire databases leak faster than a sieve 🏃♀️💨! With the innovative combo of LLM blunders, zero #security, and an express delivery system for #data breaches, it's a hacker's dream come true 😅🔓!
https://simonwillison.net/2025/Jul/6/supabase-mcp-lethal-trifecta/ #Supabase#Lethal#Trifecta #breach #database #hacker #news#HackerNews #ngated
I'm told that the purpose of #SQL was to allow people to query the #database without needing to concern themselves with how exactly the database works. Just ask it for what you want, and let it figure out how to make it happen.
Except…if the database isn't indexed appropriately for your query, it'll be slow, so you still do need to know how the database works. 🤔
I wonder if RDBMSes should automatically create indexes as needed? But there's probably a reason why they don't.
SQLite is a remarkable piece of software and I've always been curious about the system and the project. Here are several little known facts about SQLite.
A space for Bonfire maintainers and contributors to communicate