karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

find alternative to dataset library? #368

Closed karlicoss closed 1 year ago

karlicoss commented 1 year ago

dataset doesn't work with sqlalchemy 2.0 at the moment, and might be unmaintained for a bit

Considering in this project sql queries are usually quite simple and we only use sqlite, might be easier to migrate to use Sqlalchemy 2.0 directly, especially considering it is mypy-friendly now

see https://github.com/pudo/dataset/issues/411