Skip to content

Commit

Permalink
added relevant readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjdalal committed Nov 1, 2023
1 parent 3373727 commit 2823c54
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# To Be Added Soon
# pglaunch - PostgreSQL Launcher

## Usage

```sh
pglaunch
# POSTGRES_URL=postgresql://postgres:12DX6l4rdSrS@localhost:5555/postgres

pglaunch -p 5432
# POSTGRES_URL=postgresql://postgres:@0kKYVqo9m0W@localhost:5432/postgres
```

Hint: Use flag `-n <project-name>` to easily identify the container in docker.

0 comments on commit 2823c54

Please sign in to comment.