From 47da58a72d7270ca6f630e0ce2358068f88c8459 Mon Sep 17 00:00:00 2001 From: Simatwa Date: Thu, 7 Nov 2024 18:50:38 +0300 Subject: [PATCH] feat: Update README.md with new features and improvements --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c60c77..800766c 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,13 @@ Options: $ python manager.py interactive --help ``` -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 @@ -128,7 +130,7 @@ Options: > For example:
-$ sqlite-manager interactive test.db +$ python manager.py interactive test.db ``` Welcome to interactive sqlite3-db manager. @@ -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 @@ -250,4 +252,12 @@ Options: │ 3 │ temp │ sqlite_temp_schema │ table │ 5 │ 0 │ 0 │ └───────┴────────┴────────────────────┴────────┴────────┴────────┴────────┘ ``` -
\ No newline at end of file + + +# 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. \ No newline at end of file