Docs.rs
  • sqlx-plus-0.2.0
    • sqlx-plus 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sifyfy
    • Dependencies
      • anyhow ^1 normal
      • async-trait ^0.1 normal
      • itertools ^0.10 normal
      • sqlx ^0.6 normal
      • sqlx-plus-macros ^0.1 normal
      • tokio ^1 normal
    • Versions
    • 10% 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 sqlx_plus

  • Version 0.2.0
  • All Items
  • Traits
  • Functions
  • Derive Macros
logo
Change settings

Crate sqlx_plus

source · [−]

Traits

Insertable
QueryBindExt

Functions

bulk_insert
bulk_insert_values_placeholders

Generate placeholders string like (?, ?, ..., ?), (?, ?, ..., ?), ..., (?, ?, ..., ?).

bulk_insert_with_chunk_size
bulk_insert_with_table_name
bulk_insert_with_table_name_and_chunk_size
insert
placeholders

Generate placeholders string like ?, ?, ..., ?.

Derive Macros

Insertable