The fastest way to get a sample database
Create a private PostgreSQL database with a predefined structure and test data inside. No need to spin up AWS instances and spend time on local installations. Just choose a database type, get unique credentials, and use them right away.
Database type

Booking website database
A sample database structure. 4 tables: bookings, visitors, and more.

Pet care clinic database
A vet clinic database structure. Bookings, visitors, and users tables.

Tasks management database
A general tasks management system database structure. 3 tables: bookings, visitors, etc.

Website analytics database
A website analytics database structure. Page visits, users information, and other tables.

Ecommerce website database
An online website database. Orders, products, and more tables inside.
Database credentials
Generating your personal database...
$
postgresql://[email protected]:0.030653423045950534my secret password for [email protected]:5432/0.5961338639458356aoseijf9a08sje98fjaeiofj
$
postgresql://[email protected]/otherdb connect_timeout=10&application_name=myapp
Host
123.2422.23.142
Port
6541
Username
username
Password
dsnjdk73bjdn
Database name
booking-backoffice
$
postgresql://[email protected]/otherdb connect_timeout=10&application_name=myapp