Skip to content

Commit

Permalink
Merge pull request morenoh149#4 from kishvanchee/master
Browse files Browse the repository at this point in the history
Adding Adventureworks Database for Postgres
  • Loading branch information
morenoh149 authored Aug 13, 2019
2 parents ec63752 + 30a2589 commit 639e95d
Show file tree
Hide file tree
Showing 4 changed files with 3,325 additions and 0 deletions.
19 changes: 19 additions & 0 deletions adventureworks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Adventureworks from SQL Server

Commands:

```
unzip data.zip # this will unzip all csv to the current directory
psql -c "CREATE DATABASE \"adventureworks\";"
psql -d Adventureworks < install.sql
```

To see list of tables

```
\c "Adventureworks"
\dt (humanresources|person|production|purchasing|sales).*
```


Credits: [lorint-AdventureWorks for Postgres](https://github.com/lorint/AdventureWorks-for-Postgres)
Binary file added adventureworks/data.zip
Binary file not shown.
Loading

0 comments on commit 639e95d

Please sign in to comment.