| DBConvert / DBSync |
Desktop migration from .mdb or .accdb files into PostgreSQL, with type mapping, query-to-view handling, saved sessions, and optional staged synchronization. |
Moves database objects and data; Access forms, reports, macros, and VBA remain outside the database migration. |
| PostgreSQL ODBC / linked tables |
Keeping the existing Access front end while PostgreSQL becomes the shared backend for tables. |
Requires Access form/report testing, primary keys on linked tables, and careful handling of Access queries that call local VBA or form controls. |
| Custom export scripts or ETL |
Projects where the Access application is being redesigned and the team wants a developer-owned extraction pipeline. |
You own the parsing, type mapping, attachments/OLE handling, retries, and validation checks. |