Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.34 KB

README.en.md

File metadata and controls

46 lines (34 loc) · 1.34 KB

PoufDB

Naming: pouf (aka pouffe) literally means a padded chair. PoufDB is based on ChairDB source code.

PyPI - Version PyPI - Python Version


Table of Contents

Installation

> pip install poufdb
> git clone --depth=1 https://github.com/ablaternae/py-pouffe .
> pip install --upgrade .

Run

> poufdb --help
Usage: poufdb [OPTIONS] COMMAND [ARGS]...

Options:
  -r, --start                     Server run
  -d, --data-dir PATH             Data directory, default `%current_dir%/_data`
  -a, --admin-panel               Start discrete server for admin panel
                                  (disable now)
  --host TEXT                     Host, default `0.0.0.0`
  --port INTEGER                  Port, default `5984`
  --engine [sqlite|inmemory|csv]  Backend engine (disable now)
  -v, --version                   Show the version and exit
  -h, --help                      Show this message and exit

License

poufdb is distributed under the terms of the Apache-2.0 license.