Docs.rs
  • otter-sql-0.1.2
    • otter-sql 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyt2y3
    • Dependencies
      • arraystring ^0.3.0 normal
      • fmt-derive ^0.0.5 normal
      • hashbrown ^0.12.3 normal
      • ordered-float ^3.1.0 normal
      • permutation ^0.4.1 normal
      • sqlparser ^0.18.0 normal
      • tabled ^0.10.0 normal optional
      • pretty_assertions ^1.2.1 dev
    • Versions
    • 40.13% of the crate is documented
  • 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

otter_sql0.1.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • column::Column
  • database::Database
  • ic::IntermediateCode
  • identifier::ColumnRef
  • identifier::IdentifierError
  • identifier::SchemaRef
  • identifier::TableRef
  • schema::Schema
  • table::Row
  • table::RowShared
  • table::Table
  • value::ValueBinaryOpError
  • value::ValueError
  • value::ValueUnaryOpError
  • vm::InsertDef
  • vm::InsertRow
  • vm::RegisterIndex
  • vm::TableDef
  • vm::TableIndex
  • vm::VirtualMachine

Enums

  • codegen::CodegenError
  • codegen::ParserOrCodegenError
  • expr::BinOp
  • expr::Expr
  • expr::ExprError
  • expr::UnOp
  • expr::eval::ExprExecError
  • ic::Instruction
  • value::Value
  • vm::ExecutionError
  • vm::Register
  • vm::RuntimeError

Traits

  • table::RowLike

Functions

  • codegen::codegen_ast
  • codegen::codegen_str
  • parser::parse

Type Aliases

  • identifier::BoundedString