Hacker News new | ask | show | jobs
by raarts 3270 days ago
Anyone aware of a MySQL equivalent?
1 comments

If it helps there's official SQLAlchemy support from Graphene, so you could use that with MySQL (provided you like using Python). If you use DataLoader with it then you should be pretty database agnostic.