rustorm 0.17.0

A complete rewrite of rustorm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


### run data import script from dato-sql
cd ../dota-sql/data/ && sh reimport.sh
cd -

### Run data import script from bazaar
cd ../bazaar/scripts && sh setup.sh
cd -

### Copy the pre-created sqlite sakila.db for testing rustorm "with-sqlite" feature
cp ../sakila/sqlite-sakila-db/sakila.db .


### Execute the import of sakila database for postgresql
sh import-sakila-pg.sh