API documentation

Module Description
mysql.protocol.commands Commands that are expected to return a result set - queries - have distinctive methods that are enforced. That is it will be an error to call such a method with an SQL command that does not produce a result set. So for commands like SELECT, use the query functions. For other commands, like INSERT/UPDATE/CREATE/etc, use exec.
mysql.protocol.constants
mysql.protocol.extra_types
mysql.protocol.packets
mysql.protocol.packet_helpers
mysql.protocol.prepared
mysql.common
mysql.connection
mysql.escape Functions to escape special characters in mysql strings
mysql.pool A lightweight interface to a MySQL/MariaDB database using vibe.d's ConnectionPool.
mysql.result
mysql

Authors

Copyright

License