An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Migrating SQLite to Postgres Helper Script

![demo.gif](./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.