mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
3 lines
112 B
Bash
3 lines
112 B
Bash
|
sqlite3 weather.db < db/db.sql ; \
|
||
|
sqlite3 -csv weather.db ".import db/nyc_centralpark_weather.csv nyc_weather"
|