Docs.rs
  • rocket_sqlite_rw_pool-0.0.1-alpha1
    • rocket_sqlite_rw_pool 0.0.1-alpha1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mhlakhani
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • futures ^0.3 normal
      • futures-core ^0.3 normal
      • inventory ^0.3 normal
      • itertools ^0.11 normal
      • paste ^1.0 normal
      • r2d2 ^0.8 normal
      • r2d2_sqlite ^0.21 normal
      • rocket ^0.5.0 normal
      • rocket_csrf_guard ^0.0.2 normal
      • rusqlite ^0.28.0 normal
      • rusqlite_migration ^1.0 normal
      • rust-embed ^6.4.0 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • serde_rusqlite ^0.31 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest stable release
  • 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

rocket_sqlite_rw_pool0.0.1-alpha1

  • Macros
  • Structs
  • Enums
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • AuthorizedConnector
  • BatchedBulkValuesClause
  • ConnectionPool
  • Connector
  • PoolInitializer
  • ReadConnection
  • WriteConnection

Enums

  • Error
  • WriteAuthorization

Macros

  • define_database
  • define_from_request_for_gettable_connection
  • define_from_request_for_pool_holder
  • define_sentinel_for_gettable_connection
  • define_sentinel_for_pool_holder

Functions

  • execute_with_params
  • query_optional_with_params
  • query_single_with_params
  • query_with_params
  • query_without_params
  • values_clause

Type Aliases

  • PoolInitializerFn