sql

Types

A row you get from running the prova query defined in ./src/sql/prova.sql.

🐿️ This type definition was generated automatically using v1.4.0 of the squirrel package.

pub type ProvaRow {
  ProvaRow(bytea: BitArray)
}

Constructors

  • ProvaRow(bytea: BitArray)

Functions

pub fn main() -> ProvaRow
pub fn prova(
  db: Connection,
) -> Result(Returned(ProvaRow), QueryError)

Runs the prova query defined in ./src/sql/prova.sql.

🐿️ This function was generated automatically using v1.4.0 of the squirrel package.

Search Document