Features
SQL Dump Import
Import PostgreSQL SQL dump files
SQL Dump Import
Import .sql dump files into your PostgreSQL database directly from data-peek.
Starting an Import
- Open the import dialog from the sidebar or command palette
- Select a
.sqldump file
Import Process
data-peek streams the dump file and executes SQL statements one at a time:
- Progress - Shows statements executed vs. total
- Error handling - Choose between stopping on first error or continuing past failures
- Report - After completion, see a summary of successful, skipped, and failed statements
Large dump files may take time to import. The progress indicator helps you track the process.
SQL dump import is currently available for PostgreSQL connections only.