diff options
author | seanc <seanc@FreeBSD.org> | 2003-08-21 17:32:49 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-08-21 17:32:49 +0800 |
commit | 826601c6774398db09b3f0f4db0eb630b523f383 (patch) | |
tree | f22c12bb91bd401210b3a6d0bd05b5ffeccca612 /databases/Makefile | |
parent | 68e58b568d51a410650725078c5709474ab67265 (diff) | |
download | freebsd-ports-gnome-826601c6774398db09b3f0f4db0eb630b523f383.tar.gz freebsd-ports-gnome-826601c6774398db09b3f0f4db0eb630b523f383.tar.zst freebsd-ports-gnome-826601c6774398db09b3f0f4db0eb630b523f383.zip |
Add nifty little script that parses the CIA's World Factbook and
converts it into SQL for PostgreSQL, DB2, or MySQL. Includes
referential constraints for PostgreSQL and DB2. Useful for those
wanting to populate a database with dummy data that isn't completely
fake or people who make frequent use of the data.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6d60d44fa3f7..42baff7efbc8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -211,6 +211,7 @@ SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += usogres + SUBDIR += wfb2sql SUBDIR += xmbase-grok SUBDIR += xmysql SUBDIR += xmysqladmin |