Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
320 B
Text
7 lines
320 B
Text
Render a graphical representation of a MySQL or SQLite database
|
|
from a mysqldump or sqlite3 .dump file.
|
|
|
|
Features:
|
|
- Can infer foreign key relationships if you do not have them defined
|
|
- Handles partial dumps (FK to tables that are not defined within the dump)
|
|
- Fast! Uses sed and grep for data extraction (MySQL only)
|