diff --git a/bin/processed_videos.json b/bin/processed_videos.json index f3ba2e7..9ebc986 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -76,6 +76,7 @@ "irE_crggOCc", "jhZCkdSM85E", "k1gMo9DiKhA", + "l-4OuDDZLxk", "lGm2oqhUhsY", "m6gNiXF2kJ4", "mJPSSUVL4qw", diff --git a/content/blog/2024-09-27-postgres-to-sqlite-building-saas-204.md b/content/blog/2024-09-27-postgres-to-sqlite-building-saas-204.md new file mode 100644 index 0000000..b02c824 --- /dev/null +++ b/content/blog/2024-09-27-postgres-to-sqlite-building-saas-204.md @@ -0,0 +1,15 @@ +--- +title: "Postgres to SQLite - Building SaaS #204" +description: "In this episode, we worked on the cloud migration's data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration." +image: img/2024/l-4OuDDZLxk.jpg +video: https://www.youtube.com/embed/l-4OuDDZLxk +type: post +categories: + - YouTube + - Python + - Django +tags: ['Python', 'Django', 'SaaS', 'Postgres', 'SQLite'] + +--- + +In this episode, we worked on the cloud migration's data strategy. I focused on how to convert a Postgres database into a SQLite database and planned out the process that I will follow to do the actual migration. diff --git a/static/img/2024/l-4OuDDZLxk.jpg b/static/img/2024/l-4OuDDZLxk.jpg new file mode 100644 index 0000000..5535c2c Binary files /dev/null and b/static/img/2024/l-4OuDDZLxk.jpg differ