mysql1_dart icon indicating copy to clipboard operation
mysql1_dart copied to clipboard

MySQL driver for Dart

Results 75 mysql1_dart issues
Sort by recently updated
recently updated
newest added

is there possible to import / export database ? is yes then ? How to import and export whole database using mysql1 ?

I'm making a mySql connection with dard but I aways getting this error: Unhandled exception: SocketException: Socket has been closed to this code below: `import 'dart:async'; import 'package:mysql1/mysql1.dart'; class Connect...

in table I have one column with blob images. how I can show this blob image in flutter. please help me!

Hi, when there is a _DATETIME_ (or _DATETIME(0)_) type column in the database, the 'select' command of this column returns the full date and time, accurate to the second. However,...

Are there any planned update for this package?