www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - mysql-native v2.0.0: Redesign Prepared

An all-D MySQL/MariaDB client library:

https://github.com/mysql-d/mysql-native

------------------------------------------------------------

This new v2.0.0, among other various enhancements and cleanups, includes 
a redesign of prepared statements which are now connection-independent 
(among other benefits).

If you use prepared statements, this *does* involve some small breaking 
changes. A migration guide is provided here:

https://github.com/mysql-d/mysql-native/blob/master/MIGRATING_TO_V2.md

Motivations and the specific changes for prepared statements are 
explained here:

https://github.com/mysql-d/mysql-native/blob/master/ABOUT_PREPARED_V2.md

------------------------------------------------------------

Full list of all other changes in this release in the changelog:
https://github.com/mysql-d/mysql-native/blob/master/CHANGELOG.md

------------------------------------------------------------

Coming up: Version 2.1.0 in on the way.
Progress so far:
https://github.com/mysql-d/mysql-native/milestone/3?closed=1
Feb 12 2018