Skip to content

Commit adbbc9b

Browse files
author
Dan McKinley
committed
adding pugsql
1 parent 6265403 commit adbbc9b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/scenarios/db.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ programmatically or exported to a number of useful data formats.
4848
Also included is a command-line tool for exporting SQL data.
4949

5050

51+
******
52+
PugSQL
53+
******
54+
55+
`PugSQL <https://pugsql.org>`_ is a simple Python interface for organizing
56+
and using parameterized, handwritten SQL. It is an anti-ORM that is
57+
philosophically lo-fi, but it still presents a clean interface in Python.
58+
59+
.. code-block:: console
60+
61+
$ pip install pugsql
62+
63+
5164
**********
5265
Django ORM
5366
**********

0 commit comments

Comments
 (0)