sql
Types
type BindValue = int | string | bool | float | DateTime | Duration | [string] | [int] | [float]
type Connection = Connection
interface Execute
type QueryResult = QueryResult
type Row = Row
type Rows = Rows
struct SqlError
type Statement = Statement
type Transaction = Transaction