File: examples.rst

package info (click to toggle)
pygresql 1%3A6.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,944 kB
  • sloc: python: 15,052; ansic: 5,730; makefile: 16; sh: 10
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>`_