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:

  1. Click Import in the toolbar
  2. Select an SQL file
  3. Review the SQL statements
  4. Click Execute to run them

The import supports:

  • CREATE TABLE statements
  • INSERT statements
  • CREATE INDEX statements
  • Multi-line SQL scripts

Export

Export options

FormatDescription
SQLDatabase schema and data as SQL statements
CSVTable data as comma-separated values
JSONTable data as JSON objects

How to export

  1. Navigate to a table or view
  2. Click Export in the toolbar
  3. Choose the export format
  4. Select what to include (schema, data, or both)
  5. Click Export to download

CSV export specifics

  • Supports custom delimiters
  • Includes header row by default
  • Handles special characters and escaping
  • UTF-8 encoding