@Melusine@tarte.nuage-libre.fr
Post #2101370
2026-05-06 18:59 UTC
My main pain point with python at work. I lpke to write shitty scripts with it, but django was a mistake (the ORM opens then close connection to db with each request)
Replies (2)
-
@lime@feddit.nu 2026-05-06 19:41
just run mypy dude
-
@marcos@lemmy.world 2026-05-06 20:02
You can set a connection pool. Or use a database proxy.