From 4ac5fa508d70de7909e7dfabecf646340c45253f Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 1 Mar 2007 11:44:30 +0000 Subject: SQLCacheD is a memory-based SQL database intended for use as a memory cache engine. In purpose, it.s similar to (and inspired by) memcached but allows fine-grained data manipulation using SQL. WWW: http://sqlcached.sourceforge.net/ PR: ports/109679 Submitted by: ivoras@ --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 8cba5144e0ef..f7569c5a8a55 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -482,6 +482,7 @@ SUBDIR += rubygem-memcache-client SUBDIR += rubygem-sqlite3 SUBDIR += slony1 + SUBDIR += sqlcached SUBDIR += sqlclient SUBDIR += sqlite2 SUBDIR += sqlite3 -- cgit v1.2.3