ANN: fathom 0.4.0, fathom-tools 0.1.0, qfathom 0.1.0

  • Thread starter Filip GruszczyÅ„ski
  • Start date
F

Filip Gruszczyński

Hello everyone!

I would like to announce new version of fathom as well as two more
packages built on top fathom. All this code is still very young and
experimental, so it is not supposed to be production ready. However, I
would greatly appreciate any advice or ideas on what could be useful
and what would you expect of those packages.

fathom 0.4.0
Fathom is python 3 library for inspecting database schema. It produces
objective model of all database objects and thus allows easy database
inspection.
Changes:
* Indices are top level objects and provide information about index uniqueness
* Procedure objects provide information about arguments for MySQL
* Rather than raise database specific exception library strives to
raise FathomError

http://code.google.com/p/fathom/

fathom-tools
This is a separate package with utilities that were earlier in fathom
package. It includes:
* fathom2django which produces django models from database schema and
now handles many to many fields, which makes it better than Django's
inspectdb
* fathom2graphviz which produces graphviz dot files with
entity-relationship diagrams
* utilities for building new tools based on fathom library

http://code.google.com/p/fathom-tools

qfathom
QFathom is graphical tool written in python3 and PyQt for inspecting
the database. It is basically a graphical frontend for fathom.

http://code.google.com/p/qfathom/

And once again any kind of ideas or comments would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top