mysql_client 0.0.8
mysql_client: ^0.0.8 copied to clipboard
Native MySQL client written in Dart
0.0.8 #
- Improve error handling
- Add handling of incomplete packets in _spliPackets() method
- Fix parameters substitution
- Add mysql_client tests
0.0.7 #
- Add doc comments and example
0.0.6 #
- Implement iterable result sets
0.0.5 #
- Implement caching_sha2_password auth plugin
- Refactor data packets handling
- Split data packets
- Fix some bugs
0.0.4 #
- Implement SSL connection
- Fix bug with hardcoded host and port
0.0.3 #
- Implement prepared statements
- Add more tests
0.0.2 #
- Fix readme and docs
0.0.1 #
- Initial version.