File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ and from [StackExchange Data Explorer](http://data.stackexchange.com).
10
10
11
11
## Quickstart
12
12
13
- Install requirements, create a ` stackoverflow ` database, and use
14
- ` load_into_pg.py ` script:
13
+ Install requirements, create a new database (e.g. ` beerSO ` below), and use ` load_into_pg.py ` script:
15
14
16
15
``` console
17
16
$ pip install -r requirements.txt
@@ -83,5 +82,6 @@ schema name: `SET search_path TO <myschema>;`
83
82
84
83
## Acknowledgement
85
84
86
- [ @madtibo ] ( https://github.com/madtibo ) made significant contributions by adding ` jsonb ` and Foreign Key support.
87
- [ @bersace ] ( https://github.com/bersace ) brought the dependencies and the ` README.md ` instructions into 2020.
85
+ - [ @madtibo ] ( https://github.com/madtibo ) made significant contributions by adding ` jsonb ` and Foreign Key support.
86
+ - [ @bersace ] ( https://github.com/bersace ) brought the dependencies and the ` README.md ` instructions into 2020s.
87
+ - [ @rdrg109 ] ( https://github.com/rdrg109 ) simplified handling of non-public schemas and fixed bugs associated with re-importing tables.
You can’t perform that action at this time.
0 commit comments