sqlite2pg

An SQLite3 to PostgreSQL database migration tool.


License
BSD-3-Clause
Install
pip install sqlite2pg==0.1.4

Documentation

sqlite2pg

An SQLite3 to PostgreSQL database migration tool.

WARNING

This project is still in very early development, and will not be ready until the v1.0 release. Please refrain from using sqlite2pg for now. Thanks for reading.

Why sqlite2pg

  • An easy to use command line interface.
  • Options to accomodate different use cases.
  • Complete full migrations, or just generate schema.

Installation

sqlite2pg requires python 3.6 or greater.

To get started:

pip install sqlite2pg

License

sqlite2pg is licensed under the BSD 3-Clause License.