Skip to content

Commit

Permalink
add: connect to DB info
Browse files Browse the repository at this point in the history
  • Loading branch information
gytic committed Dec 26, 2024
1 parent b087ec7 commit d963b8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ makepkg -si

## Usage

Open the TUI with:
```console
$ lazysql
```
Expand All @@ -144,6 +145,18 @@ $ lazysql [connection_url]

To launch lazysql and connect to database at [connection_url].

### Connect to a DB

1. start `lazysql`
2. create a new connection (press `n`)
3. provide a name for the connection as well as the URL to connect to (see <a href="#example-connection-urls">example connection URL</a>)
4. connect to the DB (press `F3`)

If you already have a connection set up:
1. start `lazysql`
2. select the right connection (press `j` and `h` for navigation)
3. connect to the DB (press `c`)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Support
Expand Down

0 comments on commit d963b8b

Please sign in to comment.