-
π Aaron Francis On X: "π£ We'Re Excited To Announce...
Aaron Francis is a database master, pumped for thsi dude and all that he is able to accomplish.
-
π Open Source, Not Open Contribution With Ben John...
Ben Johnson was on the Changelog a few years back covering his work on litestream, and talks about why he chose to go op
-
π Djangocon Europe 2023 | Use Sqlite In Production...
Very inspiring talk, TLDR, you probably don't need a database server. sqlite will probably be faster, simpler to mainta
-
π Benbjohnson/Litestream: Streaming Replication Fo...
litestream is a sick cli tool for steaming replicas of sqlite. It automatically does daily snapshots, and str
-
π Litefs Cloud: Distributed Sqlite With Managed Ba...
Fly.io's solution to sqlite managed backups.I definitely want to look into this a bit, but moreso the tech under the hoo
-
π I'M All-In On Server-Side Sqlite Β· The Fly Blog
SQLite is the next big database trend. with more horizontal scaling, close to user read heavy applications, having your
-
π Why I Built Litestream - Litestream
As applications scale to the edge, to put compute as close to the user as possible, database queries back to the master
-
π Sqlite Fts5 Extension
sqlite has 3 different tokenizers, porter, ascii, trigram. These can be used with sqlite-utils. bash sqlite-ut
-
π Simonw/Datasette-Render-Markdown: Datasette Plug...
datasette really does everything doesn't it!
-
π Use Alembic Check To Check For Possible Upgrades
Since using alembic I have been just running out a new revision checking its content and deleting it if its empty, today
-
π `Valueerror: Constraint Must Have A Name` In Ale...
After a nasty time with alembic upgrades, thoughts is about to get a new users table. This may have came from incorrect
-
π Duckdb Vs. MotherduckβββShould You Switch To The...
duckdb is a new in process database that has been making its rounds in analytics for its high performance in those appli
-
π Kndndrj/Nvim-Dbee: Interactive Database Client F...
A neovim database client that I need to check out.
-
π Sqlite-Utils Command-Line Tool - Sqlite-Utils
insert a json array directly into into sqlite with sqlite-utils. bash echo '{"name": "Cleo", "age": 4}' | sqlite-ut
-
π Sqlite-Utils Command-Line Tool - Sqlite-Utils
I want to like jq, but I think Simon is selling me on sqlite, maybe its just me but this looks readable, hackable, edita
-
π Full-Text Search - Datasette Documentation
Enable full-text search in sqlite using sqlite-utils. bash $ sqlite-utils enable-fts mydatabase.db items name descr