import 'package:sqljocky/sqljocky.dart'; import 'dart:async'; var pool = new ConnectionPool(host: 'localhost', port: 3306, user: 'bob', password: 'wibble', db: 'stuff', max: 5);
Asked
Active
Viewed 226 times
1
-
What is this? I cant understand anything... – Blasanka Aug 08 '18 at 13:26
-
Can we connect mysql db using dart program? – dileep gowd Aug 09 '18 at 07:06
-
https://stackoverflow.com/questions/11963444/how-to-connect-mysql-database-with-dart – Blasanka Aug 09 '18 at 11:49