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.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
The article argues for using simple, monolithic architectures over complex ones, using examples like Wave and Stack Overflow to show effectiveness at scale.
A guide on setting up and running PostgreSQL and pgAdmin using Docker Compose for local development.
This article details integrating the wal-e Postgres backup tool into a Shiv app format to streamline deployment processes.