Docs.rs
  • vapor-cli-0.0.3
    • vapor-cli 0.0.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ooyeku
    • Dependencies
      • anyhow ^1.0 normal
      • atty ^0.2 normal
      • chrono ^0.4 normal
      • clap ^4.4 normal
      • colored ^2.0 normal
      • csv ^1.3 normal
      • ctrlc ^3.4 normal
      • dirs ^5.0 normal
      • prettytable-rs ^0.10 normal
      • rand ^0.8 normal
      • rusqlite ^0.29 normal
      • rustyline ^12.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tempfile ^3.8 normal
      • uuid ^1.6 normal
    • Versions
    • 25.81% 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

vapor_cli0.0.3

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • Connection
  • VaporDB
  • bookmarks::Bookmark
  • bookmarks::BookmarkManager
  • display::ProgressiveLoader
  • display::QueryCache
  • display::QueryOptions
  • populate::ColumnConfig
  • populate::PopulationConfig
  • shell::Shell
  • transactions::TransactionManager

Enums

  • display::DisplayError
  • display::OutputFormat
  • populate::DataDistribution
  • populate::DataType
  • shell::ShellAction
  • transactions::TransactionState

Functions

  • db::connect_database
  • db::create_table
  • db::init_database
  • db::list_tables
  • display::execute_sql
  • display::show_all_schemas
  • display::show_database_info
  • display::show_table_schema
  • export::export_to_csv
  • populate::populate_database
  • repl::repl_mode
  • repl::show_help
  • shell::shell_mode

Type Aliases

  • Result