Docs.rs
  • geekorm-core-0.4.3
    • geekorm-core 0.4.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • GeekMasher
    • Dependencies
      • argon2 ^0.5 normal optional
      • chrono ^0.4 normal optional
      • libsql ^0.4 normal optional
      • log ^0.4 normal
      • password-hash ^0.5 normal optional
      • pbkdf2 ^0.12 normal optional
      • rand ^0.8 normal optional
      • rand_core ^0.6 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha-crypt ^0.5 normal optional
      • sqlite ^0.36 normal optional
      • thiserror ^1.0 normal
      • uuid ^1.9 normal optional
      • tokio ^1.38 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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
logo

geekorm_core0.4.3

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • builder::columns::Column
  • builder::columns::Columns
  • builder::columntypes::ColumnTypeOptions
  • builder::joins::TableJoinOptions
  • builder::joins::TableJoins
  • builder::keys::foreign::ForeignKey
  • builder::keys::primary::PrimaryKey
  • builder::table::Table
  • builder::values::Values
  • queries::builder::QueryBuilder
  • queries::query::Query

Enums

  • builder::columntypes::ColumnType
  • builder::joins::TableJoin
  • builder::models::QueryCondition
  • builder::models::QueryOrder
  • builder::models::QueryType
  • builder::models::WhereCondition
  • builder::values::Value
  • error::Error
  • utils::crypto::HashingAlgorithm

Traits

  • QueryBuilderTrait
  • TableBuilder
  • TablePrimaryKey
  • ToSqlite
  • backends::GeekConnection
  • backends::GeekConnector

Type Aliases

  • builder::keys::foreign::ForeignKeyInteger
  • builder::keys::foreign::ForeignKeyString
  • builder::keys::primary::PrimaryKeyInteger
  • builder::keys::primary::PrimaryKeyString