1

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.

Ran Elgiser
  • 66
  • 1
  • 1
  • 14
  • Dart Web Platform does not intended for such use. There are no guarantees for this. There is also no official support and it is does not planned. So this is a very risky attempt in order to use Dart in such a way. – mezoni Sep 15 '18 at 14:06
  • 1
    check the most recent answer in the question you provided – Alex Jone Jan 10 '19 at 21:33

0 Answers0