Docs.rs
  • yamlbase-0.3.2
    • yamlbase 0.3.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • rvben
    • Dependencies
      • anyhow ^1.0 normal
      • bytes ^1.8 normal
      • chrono ^0.4 normal
      • clap ^4.5 normal
      • config ^0.14 normal
      • dashmap ^6.1 normal
      • flate2 ^1.0 normal
      • futures ^0.3 normal
      • hex ^0.4 normal
      • indexmap ^2.6 normal
      • md5 ^0.7 normal
      • notify ^6.1 normal
      • notify-debouncer-mini ^0.4 normal
      • once_cell ^1.20 normal
      • postgres-protocol ^0.6 normal
      • postgres-types ^0.2 normal
      • rand ^0.8 normal
      • regex ^1.11 normal
      • rust_decimal ^1.36 normal
      • rust_decimal_macros ^1.36 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9 normal
      • sha1 ^0.10 normal
      • sha2 ^0.10 normal
      • sqlparser ^0.52 normal
      • thiserror ^1.0 normal
      • tokio ^1.41 normal
      • tokio-util ^0.7 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.11 normal
      • criterion ^0.5 dev
      • mysql ^25.0 dev
      • postgres ^0.19 dev
      • pretty_assertions ^1.4 dev
      • tempfile ^3.14 dev
      • tokio-postgres ^0.7 dev
      • tokio-test ^0.4 dev
    • Versions
    • 1.61% 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

yamlbase0.3.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • config::Config
  • database::schema::Column
  • database::schema::Database
  • database::schema::Table
  • database::storage::Storage
  • protocol::connection::Connection
  • protocol::mysql_caching_sha2::CachingSha2Auth
  • protocol::mysql_simple::MySqlProtocol
  • protocol::postgres::PostgresProtocol
  • protocol::postgres_extended::ExtendedProtocol
  • protocol::postgres_extended::Portal
  • protocol::postgres_extended::PreparedStatement
  • server::Server
  • sql::executor::QueryExecutor
  • sql::executor::QueryResult
  • yaml::schema::AuthConfig
  • yaml::schema::DatabaseInfo
  • yaml::schema::ForeignKeyRef
  • yaml::schema::YamlColumn
  • yaml::schema::YamlDatabase
  • yaml::schema::YamlTable
  • yaml::watcher::FileWatcher

Enums

  • YamlBaseError
  • config::Protocol
  • database::schema::Value
  • yaml::schema::SqlType

Functions

  • protocol::mysql_caching_sha2::compute_auth_response
  • sql::parser::is_select_query
  • sql::parser::parse_sql
  • yaml::parse_yaml_string
  • yaml::parser::parse_yaml_database

Type Aliases

  • Result

Constants

  • protocol::mysql_caching_sha2::CACHING_SHA2_PLUGIN_NAME