Link to bindings

This commit is contained in:
decentral1se 2021-05-19 14:54:21 +02:00
parent dee31416c4
commit 76f2995d25
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ You need to have access to a database which has the Foodsoft schema loaded.
```
$ sqlacodegen "mysql+pymysql://<user>:<password>@<host>/<name>" > bindings.py
```
Bindings are already included for now in [bindings.py](./bindings.py).