Docs.rs
  • teo-sql-connector-0.3.8
    • teo-sql-connector 0.3.8
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • victorteokw
    • Dependencies
      • array_tool ^1.0.3 normal
      • async-recursion ^1.1 normal
      • async-trait ^0.1 normal
      • bigdecimal =0.3.1 normal
      • chrono ^0.4.38 normal
      • indexmap ^2.6.0 normal
      • itertools ^0.13 normal
      • key-path ^0.2.3 normal
      • maplit ^1.0.2 normal
      • once_cell ^1.20 normal
      • path-absolutize ^3.1.1 normal
      • quaint-forked ^0.1.3-alpha.8 normal
      • regex ^1.11.1 normal
      • snailquote ^0.3.1 normal
      • teo-parser ^0.3.0 normal
      • teo-result ^0.3.5 normal
      • teo-runtime ^0.3.8 normal
      • tokio ^1.0 normal
      • url ^2.5 normal
      • whoami ^1.5.2 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • 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

teo_sql_connector0.3.8

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • connector::connection::SQLConnection
  • connector::transaction::SQLTransaction
  • stmts::alter_table::SQLAlterTableStatement
  • stmts::alter_table::add::SQLAlterTableAddStatement
  • stmts::alter_table::drop_column::SQLAlterTableDropColumnStatement
  • stmts::alter_table::modify::SQLAlterTableModifyStatement
  • stmts::delete_from::SQLDeleteFromStatement
  • stmts::describe::SQLDescribeStatement
  • stmts::select::SQLSelectStatement
  • stmts::select::where::WhereItem
  • stmts::update::SQLUpdateStatement

Enums

  • schema::dialect::SQLDialect
  • stmts::select::where::WhereClause

Traits

  • exts::database_type::DatabaseTypeToSQLString
  • exts::index::IndexExt
  • exts::sort::SortExt
  • stmts::select::where::ToWrappedSQLString