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.