@fermyon/spin-sdk
    Preparing search index...

    Namespace PostgresV3

    PostgresV3 enables interacting with a Postgres database using Spin's v3 interface. To use this module you need to add spin3-imports to your knitwit.json file and run npx knitwit.

    Enumerations

    PostgresV3DataType

    Interfaces

    PostgresConnection
    PostgresV3Column
    PostgresV3RowSet
    SpinRdbmsRowSet

    Type Aliases

    PostgresV3DbBinary
    PostgresV3DbBoolean
    PostgresV3DbDate
    PostgresV3DbDateTime
    PostgresV3DbFloating32
    PostgresV3DbFloating64
    PostgresV3DbInt16
    PostgresV3DbInt32
    PostgresV3DbInt64
    PostgresV3DbInt8
    PostgresV3DbNull
    PostgresV3DbStr
    PostgresV3DbTime
    PostgresV3DbTimeastamp
    PostgresV3DbUnsupported
    PostgresV3ParameterValue
    RdbmsDbValue
    RdbmsRow
    SpinPostgresV3ParameterValue
    SpinPostgresV3ValueBinary
    SpinPostgresV3ValueBoolean
    SpinPostgresV3ValueDate
    SpinPostgresV3ValueDateTime
    SpinPostgresV3ValueDbNull
    SpinPostgresV3ValueFloating32
    SpinPostgresV3ValueFloating64
    SpinPostgresV3ValueInt16
    SpinPostgresV3ValueInt32
    SpinPostgresV3ValueInt64
    SpinPostgresV3ValueInt8
    SpinPostgresV3ValueStr
    SpinPostgresV3ValueTime
    SpinPostgresV3ValueTimeStamp

    Functions

    open