Re: Generating diagrams from PostgreSQL with Python (Re: postgresql_autodoc in Python?)

2009-12-10 Thread Chris Rebert
On Thu, Dec 10, 2009 at 3:48 AM, Diez B. Roggisch wrote: > Wolfgang Keller wrote: > >> Hello, >> >> I will re-precise my question: >> >> Has anyone ever implemented a script in Python that generates >> documentation (especially diagrams, in a format such as e.g. Dia, Inkscape >> SVG or Tikz) for a

Re: Generating diagrams from PostgreSQL with Python (Re: postgresql_autodoc in Python?)

2009-12-10 Thread Diez B. Roggisch
Wolfgang Keller wrote: > Hello, > > I will re-precise my question: > > Has anyone ever implemented a script in Python that generates > documentation (especially diagrams, in a format such as e.g. Dia, Inkscape > SVG or Tikz) for a PostgreSQL database either from an SQL script or by > connecting

Generating diagrams from PostgreSQL with Python (Re: postgresql_autodoc in Python?)

2009-12-10 Thread Wolfgang Keller
Hello, I will re-precise my question: Has anyone ever implemented a script in Python that generates documentation (especially diagrams, in a format such as e.g. Dia, Inkscape SVG or Tikz) for a PostgreSQL database either from an SQL script or by connecting to the database? Postgresql_autodoc i

PostgreSQL with Python

2008-01-07 Thread Sunil Ghai
I am looking for an E-Book or some tutorial in which a good explanation about PostgreSQL/MySQL database, then about interacting with them using Python is explained. I want to start RDBMS, i have no idea about them. I have been doing Python, willing to do some good project in RDBMS. Thanks in advanc