1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

add todos

This commit is contained in:
Takayuki Maeda
2021-09-06 23:06:04 +09:00
parent 281a02b433
commit 4e6f7704b8

View File

@@ -18,6 +18,13 @@ A cross-platform terminal database tool written in Rust
- Multiple Database support (MySQL PostgreSQL, SQLite)
- Intuitive keyboard only control
## TODOs
- [ ] Query widget
- [ ] Custom key bindings
- [ ] Custom theme settings
- [ ] Support the other databases
## Installation
### Cargo
@@ -76,3 +83,4 @@ database = "bar"
type = "sqlite"
path = "/path/to/baz.db"
```