mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #1002 from mcfunley/master
Adding pugsql to the database guide
This commit is contained in:
@@ -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
|
||||
**********
|
||||
|
||||
Reference in New Issue
Block a user