Type alias InStmt

InStmt: Stmt | InSql | [InSql, InStmtArgs]

A statement that you can send to the database. Statements are represented by the Stmt class, but as a shorthand, you can specify an SQL text without arguments, or a tuple with the SQL text and positional or named arguments.

Generated using TypeDoc