File: examples.rst.txt

package info (click to toggle)
pygresql 1%3A5.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,432 kB
  • sloc: python: 13,318; ansic: 4,984; makefile: 164
file content (17 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Examples
========

I am starting to collect examples of applications that use PyGreSQL.
So far I only have a few but if you have an example for me, you can
either send me the files or the URL for me to point to.

The :doc:`postgres/index` that is part of the PyGreSQL distribution
shows some examples of using PostgreSQL with PyGreSQL.

Here is a
`list of motorcycle rides in Ontario <http://ontario.bikerides.ca>`_
that uses a PostgreSQL database to store the rides.
There is a link at the bottom of the page to view the source code.

Oleg Broytmann has written a simple example
`RGB database demo <http://phdru.name/Software/Python/#rgb_example>`_