Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adbbc9b

Browse filesBrowse files
author
Dan McKinley
committed
adding pugsql
1 parent 6265403 commit adbbc9b
Copy full SHA for adbbc9b

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎docs/scenarios/db.rst

Copy file name to clipboardExpand all lines: docs/scenarios/db.rst
+13Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.