import 'package:sqljocky/sqljocky.dart'; import 'dart:async'; var pool = new ConnectionPool(host: 'localhost', port: 3306, user: 'bob', password: 'wibble', db: 'stuff', max: 5);
-
What is this? I cant understand anything...Blasanka– Blasanka2018-08-08 13:26:59 +00:00Commented Aug 8, 2018 at 13:26
-
Can we connect mysql db using dart program?dileep gowd– dileep gowd2018-08-09 07:06:56 +00:00Commented Aug 9, 2018 at 7:06
-
stackoverflow.com/questions/11963444/…Blasanka– Blasanka2018-08-09 11:49:09 +00:00Commented Aug 9, 2018 at 11:49
Add a comment
|