equal
deleted
inserted
replaced
13 -------------------------------- |
13 -------------------------------- |
14 |
14 |
15 pgbrowser-gtk.py - Database browser - graphical interface (GTK) |
15 pgbrowser-gtk.py - Database browser - graphical interface (GTK) |
16 pgconsole-gtk.py - Query console - graphical interface (GTK) |
16 pgconsole-gtk.py - Query console - graphical interface (GTK) |
17 pgdiff-cli.py - Command line diff tool |
17 pgdiff-cli.py - Command line diff tool |
|
18 |
|
19 MySQL - mytoolkit |
|
20 ----------------- |
|
21 |
|
22 Package mytoolkit contains PgManager drop-in replacement for MySQL, |
|
23 MyManager. This may be useful if MySQL interoperability is needed |
|
24 for some reason. |
|
25 |
|
26 MyManager requires MySQLdb module, which works only with Python 2.5 - 2.7. |
|
27 You need patch for Python 3.2 - see `extras/MySQL-python-1.2.3-python3.patch`. |
|
28 |
|
29 MyManager may be merged into PgManager in future, but currently there |
|
30 isn't any generally usable python module for MySQL. MySQLdb isn't developed |
|
31 anymore thus being practically dead, while alternatives are not mature enough. |
|
32 |
|
33 Just use PostgreSQL with Python, it's better option in most use cases. |
|
34 |