working with postges
diff --git a/README.rst b/README.rst
index 037ddee..cee7261 100644
--- a/README.rst
+++ b/README.rst
@@ -33,6 +33,20 @@
         source:
           engine: pkg
 
+Single artifactory with PostgreSQL database
+
+.. code-block:: yaml
+
+    artifactory:
+      server:
+        database:
+          engine: postgresql
+          host: localhost
+          port: 5432
+          name: artifactory
+          user: artifactory
+          password: pass
+
 
 Development and testing
 =======================
@@ -69,8 +83,8 @@
   make kitchen
 
 
-
 Read more
 =========
 
 * https://www.jfrog.com/confluence/display/RTF/Debian+Repositories
+* https://www.jfrog.com/confluence/display/RTF/PostgreSQL
\ No newline at end of file