diff options
author | pav <pav@FreeBSD.org> | 2004-05-02 19:51:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-02 19:51:11 +0000 |
commit | 5ceed605e65bb9c7f0fc3c3bd8a5a32fb54e5266 (patch) | |
tree | da2969bab1770ed039214a87923ccc97dd8c15e3 /databases/Makefile | |
parent | f4977e35f2535be420591ae3023eda21aeae86ff (diff) | |
download | FreeBSD-ports-5ceed605e65bb9c7f0fc3c3bd8a5a32fb54e5266.zip FreeBSD-ports-5ceed605e65bb9c7f0fc3c3bd8a5a32fb54e5266.tar.gz |
DBOW is a database compiler-compiler or front-end. It takes table
definitions in a relatively high-level language and prepares C,
C++, PHP, Perl (etc) functions for manipulating the database. It
will also produce SQL table data for MySQL.
WWW: http://dbow.sf.net/
PR: ports/66112
Submitted by: Dermot Tynan <dtynan@kalopa.com>
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 f1be225..5d82527 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -25,6 +25,7 @@ SUBDIR += dbf2mysql SUBDIR += dbh SUBDIR += dbmetrix + SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += edb |