https://github.com/eznix86/sqlite-to-postgres-migrator
Little script to make SQLite to Postgres easy
https://github.com/eznix86/sqlite-to-postgres-migrator
postgres script sqlite
Last synced: 4 days ago
JSON representation
Little script to make SQLite to Postgres easy
- Host: GitHub
- URL: https://github.com/eznix86/sqlite-to-postgres-migrator
- Owner: eznix86
- Created: 2026-03-04T18:13:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T18:41:33.000Z (4 months ago)
- Last Synced: 2026-03-05T00:43:35.830Z (4 months ago)
- Topics: postgres, script, sqlite
- Language: Python
- Homepage:
- Size: 14.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.