This is the core API for designed for database access in Smalltalk.Currently there is aMySQL implementationof the API inStdbMysqlImplproject. Other database engine supports are planned for the future.From database access style point of view this is more akin to JDBC and DBI style access API.Check theWIKI tabfor a *Short API User Guide* with code examples.See also:StdbMysqlImpl(required for MySQL),StdbMysqlProtocol(required for MySQL)