adding pugsql

This commit is contained in:
Dan McKinley
2019-05-29 18:02:33 -07:00
parent 62654036f0
commit adbbc9b60d
+13
View File
@@ -48,6 +48,19 @@ programmatically or exported to a number of useful data formats.
Also included is a command-line tool for exporting SQL data.
******
PugSQL
******
`PugSQL <https://pugsql.org>`_ is a simple Python interface for organizing
and using parameterized, handwritten SQL. It is an anti-ORM that is
philosophically lo-fi, but it still presents a clean interface in Python.
.. code-block:: console
$ pip install pugsql
**********
Django ORM
**********