mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
README.md: Remove TODO about closing database connection
Now I'm using a database manager class with Python's "with" context blocks to automatically and concisely open and close connections.
This commit is contained in:
parent
2f342be948
commit
b06c82bb16
@ -70,7 +70,6 @@ The item id is the *internal* id for an item. You can get these from the standar
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Close DB connection when gunicorn shuts down gracefully
|
|
||||||
- Better logging
|
- Better logging
|
||||||
- Tests
|
- Tests
|
||||||
- Check if database exists (try/except)
|
- Check if database exists (try/except)
|
||||||
|
Loading…
Reference in New Issue
Block a user