trin5tensa / moviedb

A movie lover's notebook.
GNU General Public License v3.0
1 stars 0 forks source link

Convert database code to run concurrently #358

Open trin5tensa opened 3 months ago

trin5tensa commented 3 months ago

Preamble

Asynchronous operation was originally contemplated for inclusion in the DB 1 project. At that time it was not possible due to a dependency on the greenlet package which did not support the newish Apple silicon architecture. This issue was raised as a marker for revisiting concurrency as part of a subsequent project.