Export Data

Export database records in multiple formats

Export Configuration

Export Formats Explained

JSON

Best for: Backups, data interchange, preserving structure. Can include full version history.

SQL

Best for: Importing to MySQL/MariaDB databases. Creates INSERT statements with JSON data column.

PHP

Best for: Re-importing to this system, code inspection. Exports as PHP array with import instructions.

Database Stats

Total Records 4
Active 0
Deleted 4
Total Fields 0

💡 Export Tips

  • JSON with version history shows complete edit trail
  • SQL exports can be imported to any MySQL database
  • PHP exports include re-import instructions
  • Include deleted records for complete backups