Docs.rs
  • sqlb-0.3.1
    • sqlb 0.3.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jeremychone
    • Dependencies
      • async-trait ^0.1 normal
      • sqlb-macros ^0.3.1 normal
      • sqlx ^0.6 normal
      • time ^0.3.20 normal
      • uuid ^1.3.1 normal
      • anyhow ^1 dev
      • serial_test ^2 dev
      • tokio ^1 dev
    • Versions
    • 33.33% of the crate is documented
  • This release has been yanked, 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 sqlb

  • Version 0.3.1
  • All Items
  • Modules
  • Macros
  • Structs
  • Traits
  • Functions
  • Derive Macros
?
Change settings

Crate sqlb

source ·

Modules

  • sqlx_exec

Macros

  • bindable
  • bindable_option
  • bindable_to_string

Structs

  • DeleteSqlBuilder
  • Field
  • InsertSqlBuilder
  • Raw
  • SelectSqlBuilder
  • UpdateSqlBuilder

Traits

  • HasFields
    Impleme that this struct have “fields” that can be expressed as (name, value) vector. Typically implemented with #[derive(Fields)]
  • SqlBuilder
  • SqlxBindable
  • Whereable

Functions

  • delete
  • delete_all
  • insert
  • select
  • update
  • update_all

Derive Macros

  • Fields