DatabaseHandler
class when adding a new data handler. For more info, visit our doc page here.
Inherit from the BaseMLEngine
class when adding a new ML handler. For more info, visit our doc page here.
mindsdb_sql
package. It provides a parser that fully supports the MindsDB SQL dialect and partially the standard SQL dialect. There is also a render feature to map other dialects into the already supported ones.
BaseMLEngineExec
class, so the contributor wouldn’t need to worry about it.