Skip to content

realtica/sqlui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlui

Crates.io Crates.io Crates.io

Description:

The sqlui crate is blazing fast, lightweight, small binary and crossplatform, database client. You can easily query any data from Mysql,(SQLite, SQL Server, PostgreSQL, soon), from local or remote server(rustls), find over any column in a table, the main objective of sqlui is the performance and speed.

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages