Little script to make SQLite to Postgres easy
Find a file
2026-03-04 22:41:19 +04:00
demo.gif feat: initial commit 2026-03-04 22:41:19 +04:00
migrate.py feat: initial commit 2026-03-04 22:41:19 +04:00
README.md feat: initial commit 2026-03-04 22:41:19 +04:00

Migrating SQLite to Postgres Helper Script

demo.gif

Requirements

  • Python3.12+
  • Docker

Steps

  • Clone the project to a directory.
  • Copy migrate.py to your project directory where SQLite is located. Or Pull Your SQLite locally.
  • Run python3 migrate.py
  • Fill in the blank.
    • Select your SQLite file
    • Fill in your Postgres Credentials

Base on your choice it will migrate your database from SQLite to Postgres in few second.