Skip to content

Commit

Permalink
add-cli-demo-to-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Tavares committed Mar 1, 2024
1 parent 77b3699 commit dedf6a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 113 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PostQL

[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/abeltavares/postql)

[![PyPI](https://img.shields.io/pypi/v/PostQL)](https://pypi.org/project/PostQL/)

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)


PostQL is a Python library and command-line interface (CLI) tool for managing PostgreSQL databases, executing queries, exporting data and interacting with PostgreSQL databases from the command line.

## Features
Expand Down Expand Up @@ -34,6 +41,9 @@ my_database> Select * from my_table
exit

```

![demo](assets/postql.gif)

### Python Library

```python
Expand Down Expand Up @@ -93,8 +103,8 @@ db.disconnect()

## Documentation

- [Methods Documentation](https://abeltavares.github.io/PostQL/methods.html)
- [CLI Documentation](https://abeltavares.github.io/PostQL/cli.html)
- [Methods Documentation](docs/methods.md)
- [CLI Documentation](docs/cli.md)

## Contributing

Expand Down
Binary file added assets/postql.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 0 additions & 111 deletions docs/index.md

This file was deleted.

0 comments on commit dedf6a9

Please sign in to comment.