PGlite – Embeddable Postgres
#HackerNews #PGlite #Embeddable #Postgres #PostgreSQL #Database #Development
#Tag
PGlite – Embeddable Postgres
#HackerNews #PGlite #Embeddable #Postgres #PostgreSQL #Database #Development
100000 TPS over a billion rows: the unreasonable effectiveness of SQLite
#HackerNews #SQLite #TPS #effectiveness #database #performance #scalability
Building a Durable Execution Engine with SQLite
https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/
#HackerNews #Building #Durable #Execution #Engine #SQLite #HackerNews #TechBlog #Database
Listen to Database Changes Through the Postgres WAL
https://peterullrich.com/listen-to-database-changes-through-the-postgres-wal
#HackerNews #Listen #to #Database #Changes #Through #the #Postgres #WAL #PostgreSQL #Database #Changes #WAL #Streaming #Database #Development #Data #Engineering
Dans "un jour, une base de données" jour #2, nous allons nous intéresser à LA BOUFFE.
Vous vous demandez qui a eu l'idée de manger une grenouille pour la première fois et d'où vient la première recette de hareng saur ?
Des éléments de réponse se trouvent sans doute sur " The Food Timeline".
People look surprised that I am an #IBM Champion for #POWER, saying “You are not a #database guy. What do you have to do with POWER?”. Well, I have 30+ years of history with POWER, but I never had to do anything with databases. My focus is #OpenSource:
https://opensource.com/article/20/10/power-architecture
People look surprised that I am an #IBM Champion for #POWER, saying “You are not a #database guy. What do you have to do with POWER?”. Well, I have 30+ years of history with POWER, but I never had to do anything with databases. My focus is #OpenSource:
https://opensource.com/article/20/10/power-architecture
CLI to manage your SQL database schemas and migrations
https://github.com/gh-PonyM/shed
#HackerNews #CLI #SQL #Database #Schemas #Migrations #GitHub
SQLite concurrency and why you should care about it
https://jellyfin.org/posts/SQLite-locking/
#HackerNews #SQLite #Concurrency #SQLite #Performance #Database #Management #Tech #Insights
Redis-Automerge - by Michel Pelletier
https://github.com/michelp/redis-automerge
A #Redis module (written in #Rust
) that integrates #Automerge #CRDT (Conflict-free Replicated Data Type) documents into Redis, providing JSON-like document storage with automatic conflict resolution.
Redis-Automerge - by Michel Pelletier
https://github.com/michelp/redis-automerge
A #Redis module (written in #Rust
) that integrates #Automerge #CRDT (Conflict-free Replicated Data Type) documents into Redis, providing JSON-like document storage with automatic conflict resolution.
🎤 Upcoming at SeaGL 2025:
📍 03:00 PM on November 08
🗣️ "Intro to OpenTofu: Open Source IaC Overview"
👥 Speaker(s): Ted Matsumura
📍 Room: Room 334
🏷️ Track: Cloud and Infrastructure
📝 Introduction to using OpenTofu as Infrastructure as Code for deploying server instances, databases, ...
#SeaGL2025 #cloud #kubernetes #database #FLOSS #opensource
🔗 https://pretalx.seagl.org/2025/talk/8KQGXX/
🎤 Upcoming at SeaGL 2025:
📍 03:00 PM on November 08
🗣️ "Intro to OpenTofu: Open Source IaC Overview"
👥 Speaker(s): Ted Matsumura
📍 Room: Room 334
🏷️ Track: Cloud and Infrastructure
📝 Introduction to using OpenTofu as Infrastructure as Code for deploying server instances, databases, ...
#SeaGL2025 #cloud #kubernetes #database #FLOSS #opensource
🔗 https://pretalx.seagl.org/2025/talk/8KQGXX/
SwirlDB: Modular-first, CRDT-based embedded database
#HackerNews #SwirlDB #Modular #CRDT #Database #Embedded #Database #Technology
Andres Freund getting ready to tell us everything we need to know to use asynchronous I/O (AIO) with PostgreSQL 18 and beyond
What if Django had an automatic ORM feature matrix — showing which features each database really supports, straight from the code? 🧩
I’ve shared some ideas (with demo data!) on how it could work and why it’d be great for Django’s docs 💡
https://www.paulox.net/2025/10/06/django-orm-comparison/
CC @django
#Django #Python #ORM #OpenSource #Database #PostgreSQL #SQLite #MariaDB #MySQL
What if Django had an automatic ORM feature matrix — showing which features each database really supports, straight from the code? 🧩
I’ve shared some ideas (with demo data!) on how it could work and why it’d be great for Django’s docs 💡
https://www.paulox.net/2025/10/06/django-orm-comparison/
CC @django
#Django #Python #ORM #OpenSource #Database #PostgreSQL #SQLite #MariaDB #MySQL
So this is what one possible database migration scenario looks like in Kitten when you’re storing JavaScript objects (instances of JavaScript classes) in your database.
(In this case, I’m moving a VerifiedAccounts collection comprising VerifiedAccount instances to an Accounts collection comprising Account instances, which introduces an inVerified boolean to the model.)
See the Database App Modules Kitten tutorial for more:
https://kitten.small-web.org/tutorials/database-app-modules/
I haven’t added an example of how you implement migrations with Kitten’s¹ built-in JSDB database² yet but here’s one that I just used when renaming a field (property) in a table (JavaScript object) from “account” to “data” that illustrates the general granular approach you should take within persisted instances of JavaScript classes.
This is, of course, an advanced use case of the built-in JavaScript database that all Kitten apps have.
Kitten is simple for simple use cases. So check out the Persistence tutorial, for example, to see how easy it is to get started with JSDB in Kitten:
https://kitten.small-web.org/tutorials/persistence/
And see the Database App Modules tutorial for a more advanced usage where you persist instances of JavaScript classes and have full type safety:
https://kitten.small-web.org/tutorials/database-app-modules/
¹ https://kitten.small-web.org
² https://codeberg.org/small-tech/jsdb
#Kitten #SmallWeb#SmallTech #web #dev #persistence#JavaScript #database #JavaScriptDatabase #authoring #migrations
A space for Bonfire maintainers and contributors to communicate