We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6265403 + adbbc9b commit 2433cc5Copy full SHA for 2433cc5
docs/scenarios/db.rst
@@ -48,6 +48,19 @@ programmatically or exported to a number of useful data formats.
48
Also included is a command-line tool for exporting SQL data.
49
50
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
64
**********
65
Django ORM
66
0 commit comments