1
0
mirror of https://github.com/actix/examples synced 2024-12-03 10:12:14 +01:00
examples/async_db/db/setup_db.sh

3 lines
112 B
Bash
Raw Normal View History

2018-05-26 23:05:12 +02:00
sqlite3 weather.db < db/db.sql ; \
sqlite3 -csv weather.db ".import db/nyc_centralpark_weather.csv nyc_weather"