mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
25f7ce87b4
Fix error that occurs if script is used like in the async_db readme. Error before this change: ``` bash $ LANG=C bash db/setup_db.sh db/setup_db.sh: line 2: db.sql: No such file or directory Error: cannot open "nyc_centralpark_weather.csv ``` |
||
---|---|---|
.. | ||
db.sql | ||
GHCND_documentation.pdf | ||
nyc_centralpark_weather.csv | ||
README.md | ||
setup_db.sh |
This directory includes weather information obtained from NOAA for NYC Central Park: https://www.ncdc.noaa.gov/cdo-web/
Setup Instructions
Set up a sqlite3 database by executing the setup_db.sh file: bash sqlite_db.sh