Skip to content

Commit 47da58a

Browse files
committed
feat: Update README.md with new features and improvements
1 parent 661ebd8 commit 47da58a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,13 @@ Options:
110110
<summary><code>$ python manager.py interactive --help </code></summary>
111111

112112
```
113-
Usage: sqlite-manager interactive [OPTIONS] DATABASE
113+
Usage: manager.py interactive [OPTIONS] DATABASE
114114
115115
Execute sql statements interactively
116116
117117
Options:
118+
-c, --color TEXT Results font color
119+
-j, --json Stdout results in json format
118120
-a, --auto-commit Enable auto-commit
119121
-C, --disable-coloring Stdout prompt text in white font color
120122
-S, --disable-suggestions Do not suggest sql statements
@@ -128,7 +130,7 @@ Options:
128130

129131
> For example:
130132
<details>
131-
<summary><code>$ sqlite-manager interactive test.db </code></summary>
133+
<summary><code>$ python manager.py interactive test.db </code></summary>
132134
133135
```
134136
Welcome to interactive sqlite3-db manager.
@@ -151,7 +153,7 @@ Repo : https://github.com/Simatwa/sqlite3-cli-manager
151153
│ 3 │ 4 │ Fedora │ community │ None │ 1 │ 2024-11-07 │ 2024-11-07 │
152154
│ │ │ │ │ │ │ 13:48:49 │ 13:48:49 │
153155
└───────┴────────┴────────┴───────────┴────────┴────────┴────────────┴────────────┘
154-
╭─[Smartwa@test.db]~[🕒16:55:56-💻00:00:03-⚡-3.9s]
156+
╭─[Smartwa@localhost](smartBet2.db)~[🕒16:55:56-💻00:00:03-⚡-3.9s]
155157
╰─>select * from
156158
select * from Linux
157159
select * from sqlite_schema
@@ -250,4 +252,12 @@ Options:
250252
│ 3 │ temp │ sqlite_temp_schema │ table │ 5 │ 0 │ 0 │
251253
└───────┴────────┴────────────────────┴────────┴────────┴────────┴────────┘
252254
```
253-
</details>
255+
</details>
256+
257+
# Contrubutions
258+
259+
Contributions are always welcoming. Consider implementing new feature or fixing my bad code.
260+
261+
## ToDo
262+
263+
1. [] Let AI generate sql statements based on user's prompt.

0 commit comments

Comments
 (0)