dbui 0.0.56

A work in progress
Documentation
dbui-0.0.56 is not a library.

dbui

License Build Status Crate Docs Dependencies

An opinionated database interface for PostgreSQL. It's a work in progress.

Running as a client application or shared server, dbui allows you to query and inspect your database, with a focus on performance, correctness, and speed.

Installing

Github Releases

TODO

Homebrew

TODO

App Stores

TODO

Cargo

TODO

Build From Source

TODO

Fresh Ubuntu

sudo apt-get install -y build-essential git curl nodejs npm libwebkit2gtk-4.0-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Config

Directories

By default, the application stores config files in your system's user configuration directory.

  • macOS: ~/Library/Application Support/dbui
  • Linux: ~/.config/dbui
  • Windows: %APPDATA%\kyleu/dbui

Files

profile.json: User profile information