1

import 'package:sqljocky/sqljocky.dart'; import 'dart:async'; var pool = new ConnectionPool(host: 'localhost', port: 3306, user: 'bob', password: 'wibble', db: 'stuff', max: 5);

0 Answers0