sqlui

Crates.iosqlui
lib.rssqlui
version0.1.4
sourcesrc
created_at2022-04-20 04:34:06.619356
updated_at2022-04-22 22:21:11.216354
descriptionBlazing Fast, lightweight, small binary and crossplatform, database client
homepage
repository
max_upload_size
id570768
size80,742
Remy Alain Ticona Carbajal (realtica)

documentation

README

sqlui

Crates.io Crates.io Crates.io

The sqlui crate is blazing fast, lightweight, small binary and crossplatform, database client.

Why choose sqlui?

  • Very fast database viewer.
  • Only uses ~20MB of RAM.
  • Very low use of CPU.
  • Crossplatform and compatible with Single-board computer like Raspberry.

Installation

cargo install sqlui

Configuration

Please create a config.toml into system config path:

Path example:

(Linux) /home/alice/.config/sqlui/config.toml

(Windows) C:\Users\Alice\AppData\Roaming\sqlui\config.toml

(Mac) /Users/Alice/Library/Application Support/sqlui/config.toml

config.toml example

[[endpoints]]
name = "employees"
connection_string = "mysql://root:college@localhost:3366/employees"

[[endpoints]]
name = "world"
connection_string = "mysql://root:local@localhost:3356/world"
Commit count: 0

cargo fmt