1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Stefano Probst
25f7ce87b4
Fix bug in database script
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
```
2019-05-24 20:34:08 +02:00
RazrFalcon
c7a29b00c9 Minor fixes. 2018-07-29 17:34:43 +03:00
dowwie
0cb217c08a added async_db project 2018-05-26 17:05:12 -04:00