Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5414 > unrolled thread

ANN: Fathom 0.3.0

Started byFilip Gruszczyński <gruszczy@gmail.com>
First post2011-05-15 11:33 +0200
Last post2011-05-15 11:33 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: Fathom 0.3.0 Filip Gruszczyński <gruszczy@gmail.com> - 2011-05-15 11:33 +0200

#5414 — ANN: Fathom 0.3.0

FromFilip Gruszczyński <gruszczy@gmail.com>
Date2011-05-15 11:33 +0200
SubjectANN: Fathom 0.3.0
Message-ID<mailman.1586.1305452044.9059.python-list@python.org>
Hi,

I have released version 0.2.0 of fathom, python3 package for database
inspection. Fathom supports retrieving database schema from Sqlite3,
PostgreSQL, MySQL and Oracle.

This is still very early version and I am experimenting with different
approaches. As always I would be very thankful for any input and suggestions
about what would be useful in the library or tools.

Here you can download the package:
http://code.google.com/p/fathom/downloads/list

**Changes in 0.3.0:**
-> Oracle support :-)
-> Triggers provide information about event upon which they are fired
-> utility function for finding procedures that access a table
-> fathom2graphviz draws lines between columns for foreign key
-> fathom2graphviz and fathom2django can now print output to a file,
rather than to std

-- 
Filip Gruszczyński

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web