Crates.io | sqlui |
lib.rs | sqlui |
version | 0.1.4 |
source | src |
created_at | 2022-04-20 04:34:06.619356 |
updated_at | 2022-04-22 22:21:11.216354 |
description | Blazing Fast, lightweight, small binary and crossplatform, database client |
homepage | |
repository | |
max_upload_size | |
id | 570768 |
size | 80,742 |
The sqlui crate is blazing fast, lightweight, small binary and crossplatform, database client.
cargo install sqlui
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"