Postgres To SQLite - Building SaaS #209.3
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
The article details the process of converting a Postgres database to SQLite as part of a cloud migration strategy for a SaaS project.
The author details their migration from a Postgres cluster to a distributed SQLite setup using LiteFS for their personal website.
A guide on migrating an existing Amazon DynamoDB table to a Global Table, including architecture and steps using infrastructure-as-code tools.
A tutorial on migrating a React Firebase app from the Realtime Database to Cloud Firestore, highlighting the benefits and process.
A developer updates Django data models, adds data to templates, writes tests, and creates database migrations in this coding stream recap.