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/wfb2sql/pkg-descr | |
parent | 68e58b568d51a410650725078c5709474ab67265 (diff) | |
download | freebsd-ports-graphics-826601c6774398db09b3f0f4db0eb630b523f383.tar.gz freebsd-ports-graphics-826601c6774398db09b3f0f4db0eb630b523f383.tar.zst freebsd-ports-graphics-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/wfb2sql/pkg-descr')
-rw-r--r-- | databases/wfb2sql/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/wfb2sql/pkg-descr b/databases/wfb2sql/pkg-descr new file mode 100644 index 00000000000..925197da715 --- /dev/null +++ b/databases/wfb2sql/pkg-descr @@ -0,0 +1,8 @@ +For those either needing a dummy PostgreSQL database full of real +facts and data, or those who make frequent use of the CIA's World Fact +Book, this is the port for you: wfb2sql converts the WFB into SQL +inserts. Act now and get your copy of the WFB for free now! The +WFB is a public domain document that may disappear as fast as you do +after the black helicopters lock in on your location!!!! + +WWW: http://wfb2sql.sf.net/ |