I Eliminated SQLite Race Conditions in a Multi-Threaded Python App 🚀
Introduction Random crashes, database corruption, and “database is locked” errors plagued my app Sortify when multiple threads accessed SQLite simultaneously....
Introduction Random crashes, database corruption, and “database is locked” errors plagued my app Sortify when multiple threads accessed SQLite simultaneously....
Hello, I'm Maneshwar. I'm working on FreeDevTools onlinehttps://hexmos.com/freedevtools currently building “one place for all dev tools, cheat codes, and TLDRs”...
Hey HN, this is a small Haskell learning project that I wanted to share. It's just a website where you can see how many people write the exact same text as you...
A Eficiência do Cache no SQLite !Cover image for A Eficiência do Cache no SQLitehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=aut...
Overview I just shipped ynode – an open‑source visual workflow automation platform. Think n8n, but lighter and more hackable. What it does - Visual node‑based...
!Cover image for Found a Really Nice Way to Visualize SQLite Databaseshttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=au...
User Transactions: Escaping Autocommit By default, SQLite runs in autocommit mode. Every non‑SELECT statement is wrapped in its own transaction: !Autocommit tr...
What krnr aims to do krnr is a lightweight command‑line utility that lets you save, name, and re‑run groups of shell commands as reusable workflows. Instead of...
Introduction Hello, I’m Maneshwar. I’m currently building FreeDevTools online – a free, open‑source hub that gathers all developer tools, cheat codes, and TL;D...
PostgreSQL PostgreSQL is powerful—no debate there. However, beginners often run into these issues: - Hosting in production is not straightforward. - Managing i...
Hello, I'm Maneshwar. I'm working on FreeDevTools onlinehttps://hexmos.com/freedevtools – a free, open‑source hub that gathers all dev tools, cheat codes, and T...
This chapter zooms all the way down to SQLite’s lowest level—where bytes on disk become pages, pages become trees, and durability is enforced through journaling...