execute

getml.database.execute(query)

Executes an SQL query on the database. Please note that this is not meant to return results. If you want to get results, use database.get(…) instead.

Parameters

query (str) – The SQL query to be executed.