Docs.rs
  • switchy_database-0.1.3
    • switchy_database 0.1.3
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • BSteffaniak
    • Dependencies
      • actix-web ^4.10.2 normal optional
      • async-trait ^0.1.88 normal
      • chrono ^0.4.41 normal
      • futures ^0.3 normal optional
      • log ^0.4 normal
      • moosicbox_assert ^0.1.1 normal
      • moosicbox_task ^0.1.1 normal optional
      • postgres-protocol ^0.6.8 normal optional
      • qstring ^0.7.2 normal optional
      • regex ^1.11.1 normal optional
      • rusqlite =0.32.1 normal optional
      • sqlx ^0.8.5 normal optional
      • sqlx-postgres ^0.8.5 normal optional
      • thiserror ^2.0.12 normal
      • tokio ^1.45.0 normal
      • tokio-postgres ^0.7.13 normal optional
      • tokio-util ^0.7.15 normal optional
    • Versions
    • 9.5% 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

switchy_database0.1.3

Module query

Module Items

  • Structs
  • Enums
  • Traits
  • Functions

In crate switchy_database

switchy_database

Module query

Source

Structs§

And
Coalesce
DeleteStatement
Eq
Gt
Gte
Identifier
In
InList
InsertStatement
Join
Literal
Lt
Lte
NotEq
NotIn
Or
SelectQuery
Sort
UpdateStatement
UpsertMultiStatement
UpsertStatement

Enums§

ExpressionType
SortDirection

Traits§

BooleanExpression
Expression
FilterableQuery
List

Functions§

coalesce
delete
identifier
insert
join
left_join
literal
select
sort
update
upsert
upsert_multi
where_and
where_eq
where_gt
where_gte
where_in
where_lt
where_lte
where_not_eq
where_not_in
where_or