diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-21 09:32:49 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-21 09:32:49 +0000 |
commit | 894d7971992f705a1710124ebfe6710ff77e0bac (patch) | |
tree | 320b768bbb7566a9c2ee4c99f13e6fb4d4dc1214 /databases/Makefile | |
parent | be1310352180bd5bf1d40e6cc63de2725aa70d38 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=87438
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 |