Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.45 KB

api.rst

File metadata and controls

80 lines (54 loc) · 1.45 KB

Basic Usage

Easy Parameters

Changing Parameter Values

csql

csql

csql

Q()

Q

Parameters()

Parameters

Query

Query()

RenderedQuery

RenderedQuery()

Other

Valid parameter value. You can use any hashable value here (so str, int, float, date, .. ) all fine. You can also use a Sequence of the above.

Type alias for Hashable | Sequence[Hashable].

ParameterPlaceholder()