mysql1_dart
mysql1_dart copied to clipboard
MySQL driver for Dart
Although this library is working total fine for my project just having some performance issues. I have a database which has large data and is queries are too slow what...
@adamlofts @gmpassos I'm porting Eloquent 5.2 to Dart and for that I implemented a PostgreSQL driver in pure Dart called "dargres" and I wanted to know if you are interested...
I want to execute this two statements at start of my db session. alter session set nls_comp=LINGUISTIC; alter session set nls_sort=BINARY_CI;
We haven't updated this package for a long time. Is the package still being maintained?
Hey guys? I'm using this package in my dart backend and would like to know if there is a way to create a connection pool. Does the package allow connection...
how do I write a "like" with a parameter in a query? ... where col like \"%?%\" with a given Parameter 'abc' Leads to Exception (Length of parameters (1) does...
Hello am going to use this library I just want to know can we delete the data or table there like update query . just a question. Not yet implemented...
Default log level is [Level.INFO]. We can set log level as per convenience of the app, ` final ConnectionSettings settings = ConnectionSettings(user: 'root', db: 'test', level: Level.OFF);` User can set...
The README should note that macos/*.entitlements may need the following: com.apple.security.network.client