mysql.dart
mysql.dart copied to clipboard
MySQL client for Dart written in Dart
Hello, there is no return from calling the stored procedure statement. What is the problem?
this library accepts all tls connections by default, its good we can control this behavior for example to implement key pinning.
This problem is occurred when I am trying to execute Store Procedure using `CALL procedureName(:p1, :p2)`.
Hey, Thanks so much for building this package. Even though it's relatively early days it's already working better than other alternatives for Dart I have used. Are you interested in...
Solves #41
Hey. First of all, thank you very much for building this package! I do have a question: Are you planing to add support for connecting to a MySQL database via...
I need to know if a transaction is already running for a connection. In the "transactional"-method of MySQLConnection I saw, that internal this information is available. I would apreciate a...
MySQLProtocolException: Can not parse binary column data: column type 245 is not implemented. This error due to query from JSON data-type.
hello, you did a great job on this lib, thank you From time to time I got this exception: ``` MySQLClientException: Can not connect: status is not fresh package:mysql_client/src/mysql_client/connection.dart 116...
Hello. I would like to be able to retrieve the rows of a specific column and pass them to a list of String. How can I proceed? ``` var res...