Docs.rs
  • sqlx-sqlite-0.8.0
    • sqlx-sqlite 0.8.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mehcode
    • abonander
    • Dependencies
      • atoi ^2.0 normal
      • chrono ^0.4.34 normal optional
      • flume ^0.11.0 normal
      • futures-channel ^0.3.19 normal
      • futures-core ^0.3.19 normal
      • futures-executor ^0.3.19 normal
      • futures-intrusive ^0.5.0 normal
      • futures-util ^0.3.19 normal
      • libsqlite3-sys ^0.28.0 normal
      • log ^0.4.18 normal
      • percent-encoding ^2.1.0 normal
      • regex ^1.5.5 normal optional
      • serde ^1.0.145 normal optional
      • serde_urlencoded ^0.7 normal
      • sqlx-core =0.8.0 normal
      • time ^0.3.36 normal optional
      • tracing ^0.1.37 normal
      • url ^2.2.2 normal
      • uuid ^1.1.2 normal optional
      • sqlx =0.8.0 dev
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sqlx_sqlite0.8.0

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • LockedSqliteHandle
  • Sqlite
  • SqliteArguments
  • SqliteColumn
  • SqliteConnectOptions
  • SqliteConnection
  • SqliteError
  • SqliteQueryResult
  • SqliteRow
  • SqliteStatement
  • SqliteTransactionManager
  • SqliteTypeInfo
  • SqliteValue
  • SqliteValueRef
  • UpdateHookResult

Enums

  • SqliteArgumentValue
  • SqliteAutoVacuum
  • SqliteJournalMode
  • SqliteLockingMode
  • SqliteOperation
  • SqliteSynchronous

Traits

  • SqliteExecutor

Type Aliases

  • SqlitePool
  • SqlitePoolOptions