summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2006-02-16 16:06:00 +0000
committerHerve Quiroz <hq@FreeBSD.org>2006-02-16 16:06:00 +0000
commit653b4bf541de5ccf82f0ec8c2a7f3f67fcf10a80 (patch)
tree22c2f6c1a9244f3c01831cb21e6005af798903af /databases/Makefile
parentDbUtils is a small set of classes designed to make working with JDBC easier. (diff)
HSQLDB is the leading SQL relational database engine written in Java. It has a
JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. WWW: http://hsqldb.org/ PR: 93320 Submitted by: Michael Winking <mwfp@foldl.net>
Notes
Notes: svn path=/head/; revision=156182
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index f9dcde865388..46b9af9a4e05 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -68,6 +68,7 @@
SUBDIR += grass-i18n
SUBDIR += gtksql
SUBDIR += hk_classes
+ SUBDIR += hsqldb
SUBDIR += ip4r
SUBDIR += ipa_sdb
SUBDIR += isql-viewer