Create a Python export tool that writes selected PostgreSQL tables and reporting views into a portable SQLite database.
This is an analytical snapshot, not a production backup.
Include:
export timestamp
schema version
stable analysis tables
exclusion of secrets and unnecessary identity data
Create a Python export tool that writes selected PostgreSQL tables and reporting views into a portable SQLite database.
This is an analytical snapshot, not a production backup.
Include:
export timestamp
schema version
stable analysis tables
exclusion of secrets and unnecessary identity data