From 38435c74cb61266b88e2a3717f097bc8fbfde55e Mon Sep 17 00:00:00 2001 From: Bayu Satria Gemilang Date: Mon, 31 Oct 2022 09:58:09 +0700 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3c69750..6071b5f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ Postgres dynamic is a simple query builder developed for internal usage. It currently supports select, insert, update, and delete statements. The purpose of this library is for better managament and maintenance of the code used in our environment. +## Installation + +
+ +```console +$ pip install postgres-dynamic + +---> 100% +``` + +
+ ## Parameter Format: - connection_string: dict ```Python