mysql1_ext 0.0.4
mysql1_ext: ^0.0.4 copied to clipboard
A library for connecting to and querying MySQL & MariaDB databases.
Changelog #
v0.0.4 #
- Trying to optimize speed.
v0.0.3 #
- Fix unexpected result returned.
v0.0.2 #
- Fix
Invalid value: Not in inclusive range
bug
v0.0.1 #
- Fork from https://github.com/adamlofts/mysql1_dart version 0.20.0
- Add
Future<Results> execute(String sql, [Map<String, dynamic>? params])
- Add
MySqlConnectionPool
- Add asMap(Function) on Results