From 815bbbc2dacf8378331c06559c9233443e157b45 Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 9 Jul 2023 04:03:24 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d0b036..de8a6da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Quicker is a pythonic tool for querying databases. +![](https://i.nxhs.cloud/FIc.png) + +**Quicker** is a pythonic tool for querying databases. Quicker wraps popular Python packages: @@ -8,6 +10,12 @@ Quicker wraps popular Python packages: Connection parameters will passed to "backend" module as is. +# Installation + +``` +pip install git+https://git.nxhs.cloud/ge/quicker +``` + # Usage `Connection` is context manages and must be used with `with` keyword. `Connection` returns `Query` callable object. `Query` can be called in this ways: