Import & Export
PulseDB supports importing SQL files and exporting database schemas and data in multiple formats.
Import
SQL Import
Import SQL files to execute batch operations:
- Click Import in the toolbar
- Select an SQL file
- Review the SQL statements
- Click Execute to run them
The import supports:
CREATE TABLEstatementsINSERTstatementsCREATE INDEXstatements- Multi-line SQL scripts
Export
Export options
| Format | Description |
|---|---|
| SQL | Database schema and data as SQL statements |
| CSV | Table data as comma-separated values |
| JSON | Table data as JSON objects |
How to export
- Navigate to a table or view
- Click Export in the toolbar
- Choose the export format
- Select what to include (schema, data, or both)
- Click Export to download
CSV export specifics
- Supports custom delimiters
- Includes header row by default
- Handles special characters and escaping
- UTF-8 encoding