MySQL client for daily use.
I do not recommend using this software.
Cassin01/mysql-client
is under development.
Here, the same directory with README.md:
$ cargo tauri dev
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'
- [ ] connectの更新イベントを起こす`use` or `event (such as onclick)`
- [x] テーブルの追加
- [x] テーブルの選択
- [ ] ポップアップにする
- [ ] テーブルの削除
- [ ] テーブルへの要素追加
- [ ] テーブルの要素の削除