Go to file
coolneng 02a5c39319
Remove PostreSQL database from shell.nix
2021-02-12 13:18:04 +01:00
.gitignore Only recreate the database on the first run 2021-02-08 01:34:54 +01:00
README.org Update README 2021-02-12 13:17:30 +01:00
migration.py Use etlalchemy for the migration 2021-02-10 01:26:54 +01:00
psql_creation.sql Revert "Add MySQL and alembic" 2021-02-09 16:32:07 +01:00
shell.nix Remove PostreSQL database from shell.nix 2021-02-12 13:18:04 +01:00

README.org

PostgreSQL migration

This repository contains the tools needed for a database migration from SQLite to PostgreSQL, using etlalchemy