Docs.rs
  • sqlx-template-0.2.0
    • sqlx-template 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • hn63wospuvy
    • Dependencies
      • once_cell ^1.18 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0.33 normal
      • rust-format ^0.3 normal
      • sqlformat ^0.2.4 normal
      • sqlparser ^0.47.0 normal
      • syn ^1.0 normal
      • anyhow ^1.0 dev
      • chrono ^0.4 dev
      • futures ^0.3 dev
      • futures-util ^0.3 dev
      • sqlx ^0.8.6 dev
      • structopt ^0.3 dev
      • tokio ^1.20.0 dev
    • Versions
    • 97.44% of the crate is documented
  • Go to latest version
  • Platform
    • 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

sqlx_template0.2.0

Crate Items

  • Attribute Macros
  • Derive Macros

List of all items

Attribute Macros

  • delete
  • insert
  • multi_query
  • mysql_delete
  • mysql_insert
  • mysql_multi_query
  • mysql_query
  • mysql_select
  • mysql_update
  • postgres_delete
  • postgres_insert
  • postgres_multi_query
  • postgres_query
  • postgres_select
  • postgres_update
  • query
  • select
  • sqlite_delete
  • sqlite_insert
  • sqlite_multi_query
  • sqlite_query
  • sqlite_select
  • sqlite_update
  • tp_gen
  • update

Derive Macros

  • AnyTemplate
  • Columns
  • DDLTemplate
  • DeleteTemplate
  • InsertTemplate
  • MysqlTemplate
  • PostgresTemplate
  • SelectTemplate
  • SqliteTemplate
  • SqlxTemplate
  • TableName
  • UpdateTemplate
  • UpsertTemplate