Skip to content

Commit 87bc3e0

Browse files
authored
Update README.md (#65)
Update to display MSSQL as option too.
1 parent 0d1a508 commit 87bc3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 🚀 Features
66

7-
- **Multi-Database Support**: Works with MySQL, PostgreSQL, MariaDB, SQLite, MongoDB and Firebase.
7+
- **Multi-Database Support**: Works with MySQL, PostgreSQL, MariaDB, SQLite, MongoDB, MSSQL and Firebase.
88
- **Quick Data Inspection**: View all tables or a specific table with a simple command.
99
- **User-Friendly CLI**: Easy-to-use command-line interface powered by Click.
1010
- **Secure Local Storage**: Securely store database connection details with encryption on your local machine.
@@ -45,7 +45,7 @@ peepdb save mydb --db-type sqlite --host /path/to/mydb.sqlite --database mydb
4545

4646
For other databases:
4747
```bash
48-
peepdb save <connection_name> --db-type [mysql/postgres/mariadb/mongodb/firebase] --host <host> --user <user> --password <password> --database <database>
48+
peepdb save <connection_name> --db-type [mysql/postgres/mariadb/mongodb/mssql/firebase] --host <host> --user <user> --password <password> --database <database>
4949
```
5050

5151
**Important Note on Password Handling:**

0 commit comments

Comments
 (0)