ORSANCO Diagrams
- Migrate .mdb and .accdb to MS SQL Server (Express) using Microsoft SQL Server Migration Assistant for Access.
- Connect a Django project to the new MS SQL Server database(s).
- Generate models from this MS SQL Server connection (database-first approach).
- Add new Django DB connection(s) to PSQL database(s).
- Run migrations to generate new tables in PSQL.
- Use Django ORM to migrate all data from MS SQL Server to PSQL.
- Manually modify generated models to adhere to Python/PSQL standards.
Database Dependencies
We do not have access to the blue databases.
Green are Excel Workbooks or Sheets.
Blue are Tables
Not colored are Queries