Docs.rs
  • tiny_orm_core-0.4.1
    • tiny_orm_core 0.4.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • flyInRust
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • serde ^1.0 normal
      • serde_with ^1.0 normal
      • sqlx ^0.6 normal
      • time ^0.3 normal
      • tiny_orm_macro_derive ^0.4.1 normal
      • tokio ^1 normal
    • Versions
    • 91.67% 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
logo

logo

Crate tiny_orm_core

  • Structs
  • Traits
  • Type Definitions
  • Attribute Macros
  • Derive Macros
?
Change settings

List of all items

Structs

  • model::TinyOrmDbMeta

Traits

  • model::TinyOrmData
  • model::TinyOrmDbModel
  • model::TinyOrmDbQuery
  • prelude::Row

Attribute Macros

  • prelude::async_trait

Derive Macros

  • prelude::TinyOrm
  • prelude::TinyOrmQuery

Type Definitions

  • model::TinyOrmDbPool
  • model::TinyOrmSqlResult
  • model::TinyOrmSqlRow
  • prelude::AnyhowResult