Skip to content

Commit

Permalink
feat: Update README.md with new features and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Nov 7, 2024
1 parent 661ebd8 commit 47da58a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ Options:
<summary><code>$ python manager.py interactive --help </code></summary>

```
Usage: sqlite-manager interactive [OPTIONS] DATABASE
Usage: manager.py interactive [OPTIONS] DATABASE
Execute sql statements interactively
Options:
-c, --color TEXT Results font color
-j, --json Stdout results in json format
-a, --auto-commit Enable auto-commit
-C, --disable-coloring Stdout prompt text in white font color
-S, --disable-suggestions Do not suggest sql statements
Expand All @@ -128,7 +130,7 @@ Options:

> For example:
<details>
<summary><code>$ sqlite-manager interactive test.db </code></summary>
<summary><code>$ python manager.py interactive test.db </code></summary>
```
Welcome to interactive sqlite3-db manager.
Expand All @@ -151,7 +153,7 @@ Repo : https://github.com/Simatwa/sqlite3-cli-manager
│ 3 │ 4 │ Fedora │ community │ None │ 1 │ 2024-11-07 │ 2024-11-07 │
│ │ │ │ │ │ │ 13:48:49 │ 13:48:49 │
└───────┴────────┴────────┴───────────┴────────┴────────┴────────────┴────────────┘
╭─[Smartwa@test.db]~[🕒16:55:56-💻00:00:03-⚡-3.9s]
╭─[Smartwa@localhost](smartBet2.db)~[🕒16:55:56-💻00:00:03-⚡-3.9s]
╰─>select * from
select * from Linux
select * from sqlite_schema
Expand Down Expand Up @@ -250,4 +252,12 @@ Options:
│ 3 │ temp │ sqlite_temp_schema │ table │ 5 │ 0 │ 0 │
└───────┴────────┴────────────────────┴────────┴────────┴────────┴────────┘
```
</details>
</details>

# Contrubutions

Contributions are always welcoming. Consider implementing new feature or fixing my bad code.

## ToDo

1. [] Let AI generate sql statements based on user's prompt.

0 comments on commit 47da58a

Please sign in to comment.