mirror of
https://github.com/eznix86/sqlite-to-postgres-migrator.git
synced 2026-07-25 21:09:09 +00:00
Little script to make SQLite to Postgres easy
- Python 100%
| demo.gif | ||
| migrate.py | ||
| README.md | ||
Migrating SQLite to Postgres Helper Script
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.
