galileo_mysql library

Classes

Blob
Holds blob data, and can be created or accessed as either a String or a List of 8-bit integers.
CharacterSet
ConnectionSettings
Field
MySqlConnection
Represents a connection to the database. Use connect to open a connection. You must call close when you are done.
ResultRow
A row of data. Fields can be retrieved by index, or by name.
Results
An iterable of result rows returned by MySqlConnection.query or MySqlConnection.queryMulti.

Exceptions / Errors

MySqlClientError
An error which is thrown when the client is used improperly.
MySqlException
An exception which is returned by the MySQL server.
MySqlProtocolError
An error which is thrown when something unexpected is read from the the MySQL protocol.