karlicoss / HPI

Human Programming Interface 🧑👽🤖

Home Page:https://beepb00p.xyz/hpi.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find alternative to dataset library?

karlicoss opened this issue · comments

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