Connecting to a mySQL database on dart 2

724 Views Asked by At

I was looking for a way to connect to a mysql database using dart.

I found the same question: How to connect mysql Database with Dart?

unfortunately, sqljocky is not dart 2 compatible, so my question is whether there exists a replacement that is dart 2 compatible.

EDIT: as Alex Jone pointed out, mysql1 is working.

0

There are 0 best solutions below