Skip to content

Commit 80370cf

Browse files
committed
updated readme
1 parent c1a46ca commit 80370cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The aim of this package is to provide an easier way to interface with Postgres d
44

55
It contains a single _PostgresEngine_ class that extracts some typical features that a database connector would need. Generating connections/cursors, and wrapping select/update queries in a retry decorator.
66

7+
###Installation
8+
```pip install easy_postgres_engine```
9+
10+
###Use
11+
712
You can use it like this;
813
```
914
from easy_postgres_engine import PostgresEngine

0 commit comments

Comments
 (0)