diff --git a/README.md b/README.md index 4dbd2df..57f3887 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ### Signal catching - [Catch SIGTERM](https://dnmtechs.com/graceful-sigterm-signal-handling-in-python-3-best-practices-and-implementation/) - [Get ENUM name from value](https://stackoverflow.com/a/38716384) +- [Windows termination signals](https://stackoverflow.com/a/35792192) ### Networking -- [Dynamically finding host IP address](https://stackoverflow.com/a/28950776) \ No newline at end of file +- [Dynamically finding host IP address](https://stackoverflow.com/a/28950776) + +### Database +- [SqlAlchemy session generator](https://stackoverflow.com/a/71053353)