method DatabaseSync.prototype.prepare
#DatabaseSync.prototype.prepare(sql: string): StatementSyncCompiles a SQL statement into a prepared statement. This method is a wrapper
around sqlite3_prepare_v2().
Parameters #
#sql: string A SQL string to compile to a prepared statement.
Return Type #
The prepared statement.