Docs.rs
  • pgmq-core-0.8.5
    • pgmq-core 0.8.5
    • Docs.rs crate page
    • PostgreSQL
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ChuckHend
    • Dependencies
      • chrono ^0.4.23 normal
      • log ^0.4.17 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.91 normal
      • sqlx ^0.7.2 normal
      • thiserror ^1.0.38 normal
      • tokio ^1 normal
      • url ^2.3.1 normal
      • criterion ^0.4 dev
      • env_logger ^0.10.0 dev
      • lazy_static ^1.4.0 dev
      • rand ^0.8.5 dev
      • regex ^1.5.4 dev
    • Versions
    • 26.23% 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
    • 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

pgmq_core0.8.5

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • types::Message
  • types::PGMQueueMeta
  • util::CheckedName

Enums

  • errors::PgmqError

Functions

  • query::archive_batch
  • query::assign
  • query::assign_archive
  • query::assign_queue
  • query::create_archive
  • query::create_archive_index
  • query::create_index
  • query::create_meta
  • query::create_queue
  • query::create_schema
  • query::delete_batch
  • query::delete_queue_metadata
  • query::destroy_queue
  • query::drop_queue
  • query::drop_queue_archive
  • query::enqueue
  • query::grant_pgmon_meta
  • query::grant_pgmon_queue
  • query::grant_pgmon_queue_seq
  • query::init_queue
  • query::insert_meta
  • query::pop
  • query::purge_queue
  • query::read
  • query::set_vt
  • query::unassign_archive
  • query::unassign_queue
  • util::check_input
  • util::conn_options
  • util::connect
  • util::fetch_one_message

Constants

  • types::ARCHIVE_PREFIX
  • types::PGMQ_SCHEMA
  • types::POLL_INTERVAL_DEFAULT
  • types::POLL_TIMEOUT_DEFAULT
  • types::QUEUE_PREFIX
  • types::READ_LIMIT_DEFAULT
  • types::VT_DEFAULT