diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-04-29 23:29:32 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-04-29 23:29:32 +0800 |
commit | e564b5dc232ebdead7727a8ea4fb7dbd939b61d0 (patch) | |
tree | 821cb6b042e5dcc0b8f04578fc095073f3e7e767 /databases/Makefile | |
parent | 617ab169800a131ef0ee4f3c5de0b3fe25f216b3 (diff) | |
download | freebsd-ports-gnome-e564b5dc232ebdead7727a8ea4fb7dbd939b61d0.tar.gz freebsd-ports-gnome-e564b5dc232ebdead7727a8ea4fb7dbd939b61d0.tar.zst freebsd-ports-gnome-e564b5dc232ebdead7727a8ea4fb7dbd939b61d0.zip |
Drizzle is a high-performance microkernel DBMS for scale-out
applications. It is a community-driven project based on the popular
MySQL DBMS and focused on MySQL's original goals of ease-of-use,
reliability and performance.
WWW: http://drizzle.org/wiki/Main_Page
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 7f6086c2c958..21dd87c814ff 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -53,6 +53,7 @@ SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview + SUBDIR += drizzle SUBDIR += edb SUBDIR += embedded_innodb SUBDIR += emma |