find alternative to dataset library?
karlicoss opened this issue · comments
karlicoss commented
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 pudo/dataset#411