Docs.rs
  • db-derive-0.1.8
    • db-derive 0.1.8
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Txuritan
    • Dependencies
      • db-derive-impl ^0.1 normal
      • postgres ^0.17.0 normal optional
      • postgres-types ^0.1.0 normal optional
      • r2d2 ^0.8 normal
      • rusqlite ^0.21 normal optional
    • Versions
    • 9.46% 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

db_derive0.1.8

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • internal::PostgreRow
  • internal::PostgresBytesMut
  • internal::PostgresType
  • internal::SQLiteRow
  • pool::postgres::PostgresConnectionManager
  • pool::sqlite::SqliteConnectionManager

Enums

  • conn::ConnTrans
  • conn::Connection
  • conn::Row
  • conn::Transaction
  • error::Error
  • internal::PostgresIsNull
  • internal::PostgresKind
  • internal::SQLiteToSqlOutput
  • internal::SQLiteValueRef
  • pool::Pool
  • pool::PoolKind

Traits

  • error::OptionalExtension
  • execute::Execute
  • internal::PostgresFromSQL
  • internal::PostgresToSQL
  • internal::SQLiteFromSQL
  • internal::SQLiteToSQL
  • kind::Kind
  • query::Query
  • sql::Sql
  • table::Schema
  • table::Table

Macros

  • postgres_to_sql_checked

Derive Macros

  • Execute
  • Kind
  • Query
  • Table

Type Aliases

  • internal::SQLiteFromSqlResult
  • internal::SQLiteResult