Skip to content

Commit

Permalink
SQLize the names database
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 15, 2018
1 parent c5a9d2d commit 78f59d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynamic-site/bin/tosqlite
Expand Up @@ -4,5 +4,6 @@ cd ../databases && rm -f *.sql
csv2sqlite -o sep_char='!' surnames.csv surnames.sql
[ -r censuses.csv ] && csv2sqlite -o sep_char='!' censuses.csv censuses.sql
csv2sqlite -o sep_char='!' history.csv history.sql
csv2sqlite -o sep_char='!' names.csv names.sql
csv2sqlite -o sep_char='!' -o allow_loose_quotes=1 people.csv people.sql
[ -r todo.csv ] && csv2sqlite -o sep_char='!' todo.csv todo.sql

0 comments on commit 78f59d9

Please sign in to comment.