Export database records in multiple formats
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.