Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morenoh149/postgresDBSamples
Sample databases for postgres
https://github.com/morenoh149/postgresDBSamples
data-modeling database postgresql sample-databases
Last synced: about 1 month ago
JSON representation
Sample databases for postgres
- Host: GitHub
- URL: https://github.com/morenoh149/postgresDBSamples
- Owner: morenoh149
- Created: 2016-01-24T16:45:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T14:15:44.000Z (about 1 year ago)
- Last Synced: 2024-04-13T16:41:48.583Z (8 months ago)
- Topics: data-modeling, database, postgresql, sample-databases
- Language: PLpgSQL
- Homepage: https://www.postgresql.org/ftp/projects/pgFoundry/dbsamples/
- Size: 43.6 MB
- Stars: 412
- Watchers: 13
- Forks: 191
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-postgres - postgresDBSamples - A collection of sample postgres schemas (Resources / Tutorials)
README
# PostgreSQL Database Samples
copy of https://www.postgresql.org/ftp/projects/pgFoundry/dbsamples/
A collection of sample databases for PostgreSQL.
* Adventureworks - OLTP database for a fictitious, multinational manufacturing company called Adventure Works Cycles
* Chinook - digital media store
* French Towns - all French towns and regions
* ISO-3166 - All countries and subcountries in the world
* Pagila - Movie rental database with actors, ratings, payments, etc.
* Role Based Access Control - authentication solution
* USDA - food database
* World - Cities, Countries, and what language they speak## Other Resources
- http://www.databaseanswers.org/data_models/