Skip to content
Novus Examples

SQL dump fixtures

Postgres- and MySQL-flavour SQL dumps with CREATE TABLE and INSERT statements — for testing SQL importers and migrations.

8 of 8 files
Preview of Postgres SQL Dump
sql
276 B
Actual file preview for Postgres SQL Dump

Postgres SQL Dump

A Postgres-flavour SQL dump with a CREATE TABLE and INSERT statements — for testing SQL importers and migrations.

File
SQL · Sql · 2 rows
Use case
SQL import
Preview of MySQL SQL Dump
sql
364 B
Actual file preview for MySQL SQL Dump

MySQL SQL Dump

A MySQL-flavour SQL dump with backtick-quoted identifiers and engine options — for testing SQL importers.

File
SQL · Sql · 2 rows
Use case
SQL import