Skip to content

A sample database on PostgreSQL running in Docker

Notifications You must be signed in to change notification settings

diegmonti/test_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_db

A sample database on PostgreSQL running in Docker.

Try in PWD

Where it comes from

This PostgreSQL dump was created starting from the MySQL dump available at datacharmer/test_db.

Prerequisites

You need Docker and a PostgreSQL client.

Installation

Simply run docker run --rm -p 5433:5432 diegmonti/test_db.

The database instance will be available on port 5433. The database is postgres, the user postgres, and the password an empty string.

For further options, check the postgres Docker image.

DISCLAIMER

To the best of my knowledge, this data is fabricated and it does not correspond to real people. Any similarity to existing people is purely coincidental.

LICENSE

This work is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

About

A sample database on PostgreSQL running in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published