pliantdb 0.1.0-dev.3

A programmable, ACID-compliant, document-database inspired by CouchDB.
Documentation

pliantdb

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 30 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

server-full

  • server
  • server-pubsub
  • server-keyvalue
  • server-websockets
  • server-cli

cli

  • anyhow
  • tokio
  • structopt
  • local-cli
  • server-cli

client-full

  • client
  • client-pubsub
  • client-keyvalue
  • client-websockets
  • client-trusted-dns

local-full

  • local
  • local-pubsub
  • local-keyvalue
  • local-cli

full

  • local-full
  • server-full
  • client-full

pubsub

  • server-pubsub
  • client-pubsub
  • local-pubsub

keyvalue

  • server-keyvalue
  • client-keyvalue
  • local-keyvalue

websockets

  • server-websockets
  • client-websockets

test-util

  • pliantdb-client/test-util
  • pliantdb-server/test-util

client-keyvalue

  • pliantdb-client/keyvalue
  • pliantdb-core/keyvalue

local-keyvalue

  • pliantdb-local/keyvalue
  • pliantdb-core/keyvalue

local-pubsub

  • pliantdb-local/pubsub
  • pliantdb-core/pubsub

server-keyvalue

  • pliantdb-server/keyvalue
  • pliantdb-core/keyvalue

server-pubsub

  • pliantdb-server/pubsub
  • pliantdb-core/pubsub

client-pubsub

  • pliantdb-client/pubsub
  • pliantdb-core/pubsub

local

  • pliantdb-local

server-websockets

  • pliantdb-server/websockets

client

  • pliantdb-client

server-cli

  • pliantdb-server/cli

client-websockets

  • pliantdb-client/websockets

local-cli

  • pliantdb-local/cli

client-trusted-dns

  • pliantdb-client/trusted-dns

server

  • pliantdb-server

pliantdb-server

    This feature flag does not enable additional features.

pliantdb-local

    This feature flag does not enable additional features.

pliantdb-client

    This feature flag does not enable additional features.

anyhow

    This feature flag does not enable additional features.

structopt

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.