Docs.rs
  • sfo-sql-0.1.0
    • sfo-sql 0.1.0
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • wugren
    • Dependencies
      • async-std ^1.12 normal
      • async-trait ^0.1.60 normal
      • log ^0.4 normal
      • sqlx ^0.5 normal
      • syn ^1.0 build
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate sfo_sql

  • Version 0.1.0
  • All Items
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

Crate sfo_sql

source ·

Macros

  • sql_query

Structs

  • SqlConnection
  • SqlPool

Enums

  • SqlConnectionType

Traits

  • ErrorMap
  • SqlRow
    Represents a single row from the database.
  • TSqlArguments
    A tuple of arguments to be sent to the database.

Functions

  • sql_query
  • sql_query_with

Type Definitions

  • RawSqlPool
  • SqlArguments
  • SqlDB
  • SqlError
  • SqlQuery
  • SqlRawConnection
  • SqlResult
  • SqlRowObject
  • SqlTransaction