Skip to content

Cassin01/mysql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C01 MySQL Client

MySQL client for daily use.

🚧WARN🚧

I do not recommend using this software.
Cassin01/mysql-client is under development.

Usage

Here, the same directory with README.md:
$ cargo tauri dev

Setting

The configuration file will be automatically generated on:
  • Linux: ~/.config/c01_mysql_client
  • Windows: {FOLDERID_RoamingAppData}\c01_mysql_client
  • Mac OS: ~/Library/Preferences/rs.c01_mysql_client
toml
user = 'user name'       # e.g. 'root'
pass = 'password'
dbname = 'database name' # e.g. 'my_schema'
protocol = 'protocol'    # e.g. 'localhost:3306'
dbms = 'mysql'           # e.g. 'mysql'

Reference

- [Dev](https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe)

Todo

- [ ] connectの更新イベントを起こす`use` or `event (such as onclick)` - [x] テーブルの追加 - [x] テーブルの選択 - [ ] ポップアップにする - [ ] テーブルの削除 - [ ] テーブルへの要素追加 - [ ] テーブルの要素の削除

Dev log

テーブルの選択
接続状況の表示, テーブルの追加フォーム

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published