Docs.rs
  • rorm-lib-0.4.0
    • rorm-lib 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • myOmikron
    • Dependencies
      • chrono >=0.4.20 normal
      • env_logger ~0.10 normal
      • futures ~0.3 normal
      • rorm-db ~0.7 normal
      • sqlx ~0.6 normal
      • tokio >=1.23.1 normal
    • Versions
    • 100% of the crate is documented
  • 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 rorm

  • Macros
  • Structs
  • Enums
  • Functions
?
Change settings

List of all items

Structs

  • representations::DBConnectOptions
  • representations::FFIColumnSelector
  • representations::FFIJoin
  • representations::FFILimitClause
  • representations::FFIOrderByEntry
  • representations::FFIUpdate
  • utils::FFIDate
  • utils::FFIDateTime
  • utils::FFISlice
  • utils::FFIString
  • utils::FFITime

Enums

  • errors::Error
  • representations::DBBackend
  • representations::FFIAggregation
  • representations::FFIBinaryCondition
  • representations::FFICondition
  • representations::FFIJoinType
  • representations::FFINullType
  • representations::FFIOrdering
  • representations::FFITernaryCondition
  • representations::FFIUnaryCondition
  • representations::FFIValue
  • utils::FFIOption

Macros

  • spawn_fut

Functions

  • rorm_db_connect
  • rorm_db_delete
  • rorm_db_free
  • rorm_db_insert
  • rorm_db_insert_bulk
  • rorm_db_insert_bulk_returning
  • rorm_db_insert_returning
  • rorm_db_query_all
  • rorm_db_query_one
  • rorm_db_query_optional
  • rorm_db_query_stream
  • rorm_db_raw_sql
  • rorm_db_start_transaction
  • rorm_db_update
  • rorm_row_free
  • rorm_row_get_binary
  • rorm_row_get_bool
  • rorm_row_get_date
  • rorm_row_get_datetime
  • rorm_row_get_f32
  • rorm_row_get_f64
  • rorm_row_get_i16
  • rorm_row_get_i32
  • rorm_row_get_i64
  • rorm_row_get_null_binary
  • rorm_row_get_null_bool
  • rorm_row_get_null_date
  • rorm_row_get_null_datetime
  • rorm_row_get_null_f32
  • rorm_row_get_null_f64
  • rorm_row_get_null_i16
  • rorm_row_get_null_i32
  • rorm_row_get_null_i64
  • rorm_row_get_null_str
  • rorm_row_get_null_time
  • rorm_row_get_str
  • rorm_row_get_time
  • rorm_runtime_shutdown
  • rorm_runtime_start
  • rorm_stream_free
  • rorm_stream_get_row
  • rorm_transaction_commit
  • rorm_transaction_rollback