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.
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 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.