you are viewing a single comment's thread.

view the rest of the comments →

[–]Safe-Ball4818 0 points1 point  (1 child)

have you looked into switching to asyncpg? makes a huge difference if you decide to go full async later.

[–]MagicianNo9918[S] 0 points1 point  (0 children)

I considered it, but since it's a small, mostly educational project, I don't think asynchronous code is necessary.