Published on: 2025-06-21 00:39:30
LumoSQL LumoSQL is a modification (not a fork) of the SQLite embedded data storage library, which is among the most-deployed software. We are currently in Phase II of the project. If you are reading this on GitHub you are looking at a read-only mirror. The master is always available at lumosql.org. LumoSQL adds security, privacy, performance and measurement features to SQLite. Benchmarking SQLite can test and compare results consistently across many kinds of system and configurations using t
Keywords: 35 benchmark lmdb lumosql sqlite
Find related items on AmazonPublished on: 2025-06-30 15:58:27
Image by Annie Ruygt Litestream is an open-source tool that makes it possible to run many kinds of full-stack applications on top of SQLite by making them reliably recoverable from object storage. This is a post about the biggest change we’ve made to it since I launched it. Nearly a decade ago, I got a bug up my ass. I wanted to build full-stack applications quickly. But the conventional n-tier database design required me to do sysadmin work for each app I shipped. Even the simplest applicatio
Keywords: database like litefs litestream sqlite
Find related items on AmazonPublished on: 2025-08-21 08:28:31
In my previous post I introduced SQL virtual tables and how to use them in Go—registering modules per connection, defining schemas, and querying external sources as regular tables. Now let’s dive into more advanced virtual-table implementations: those that support writes and full transactional behavior. Writes and Transaction Support in Virtual Tables SQLite’s virtual-table interface isn’t read-only. By implementing xUpdate you can expose writable tables over any data source. But true transac
Keywords: sqlite tables transaction virtual xsync
Find related items on AmazonPublished on: 2025-08-21 23:28:31
In my previous post I introduced SQL virtual tables and how to use them in Go—registering modules per connection, defining schemas, and querying external sources as regular tables. Now let’s dive into more advanced virtual-table implementations: those that support writes and full transactional behavior. Writes and Transaction Support in Virtual Tables SQLite’s virtual-table interface isn’t read-only. By implementing xUpdate you can expose writable tables over any data source. But true transac
Keywords: sqlite tables transaction virtual xsync
Find related items on AmazonPublished on: 2025-09-15 15:07:44
Stop syncing everything Partial replication sounds easy—just sync the data your app needs, right? But choosing an approach is tricky: logical replication precisely tracks every change, complicating strong consistency, while physical replication avoids that complexity but requires syncing every change, even discarded ones. What if your app could combine the simplicity of physical replication with the efficiency of logical replication? That’s the key idea behind Graft, the open-source transaction
Keywords: data edge graft replication sqlite
Find related items on AmazonPublished on: 2025-09-16 01:07:44
Stop syncing everything Partial replication sounds easy—just sync the data your app needs, right? But choosing an approach is tricky: logical replication precisely tracks every change, complicating strong consistency, while physical replication avoids that complexity but requires syncing every change, even discarded ones. What if your app could combine the simplicity of physical replication with the efficiency of logical replication? That’s the key idea behind Graft, the open-source transaction
Keywords: data edge graft replication sqlite
Find related items on AmazonPublished on: 2025-11-04 15:29:12
SQLite-on-the-Server Is Misunderstood: Better At Hyper-Scale Than Micro-Scale We're Rivet, a new open-source, self-hostable serverless platform. We've been in the weeds with SQLite-on-the-server recently and – boy – do we have a lot of thoughts to share. Give us a star on GitHub, we'll be sharing a lot more about SQLite soon! There's been a lot of discussion recently about the pros and cons of SQLite on the server. After reading many of these conversations, I realized that my perspective on th
Keywords: database databases partition scale sqlite
Find related items on AmazonPublished on: 2025-11-06 15:29:12
SQLite-on-the-Server Is Misunderstood: Better At Hyper-Scale Than Micro-Scale We're Rivet, a new open-source, self-hostable serverless platform. We've been in the weeds with SQLite-on-the-server recently and – boy – do we have a lot of thoughts to share. Give us a star on GitHub, we'll be sharing a lot more about SQLite soon! There's been a lot of discussion recently about the pros and cons of SQLite on the server. After reading many of these conversations, I realized that my perspective on th
Keywords: database databases partition scale sqlite
Find related items on AmazonGo K’awiil is a project by nerdhub.co that curates technology news from a variety of trusted sources. We built this site because, although news aggregation is incredibly useful, many platforms are cluttered with intrusive ads and heavy JavaScript that can make mobile browsing a hassle. By hand-selecting our favorite tech news outlets, we’ve created a cleaner, more mobile-friendly experience.
Your privacy is important to us. Go K’awiil does not use analytics tools such as Facebook Pixel or Google Analytics. The only tracking occurs through affiliate links to amazon.com, which are tagged with our Amazon affiliate code, helping us earn a small commission.
We are not currently offering ad space. However, if you’re interested in advertising with us, please get in touch at [email protected] and we’ll be happy to review your submission.