diff options
author | Steve Price <steve@FreeBSD.org> | 2011-01-03 20:10:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2011-01-03 20:10:53 +0000 |
commit | 8f1a424a89affed6a6ff63252af78fa2a4ddb5dc (patch) | |
tree | b37e834fb223aca1d6059f34dbe49caaf6f80db4 /databases/dalmp/pkg-descr | |
parent | 68dd236cc95f01daeeb2d2a58df653be16cec122 (diff) | |
download | ports-8f1a424a89affed6a6ff63252af78fa2a4ddb5dc.tar.gz ports-8f1a424a89affed6a6ff63252af78fa2a4ddb5dc.zip |
Notes
Diffstat (limited to 'databases/dalmp/pkg-descr')
-rw-r--r-- | databases/dalmp/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/dalmp/pkg-descr b/databases/dalmp/pkg-descr new file mode 100644 index 000000000000..73f0de2e4da5 --- /dev/null +++ b/databases/dalmp/pkg-descr @@ -0,0 +1,17 @@ +DALMP - Database Abstraction Layer for MySQL using PHP + +%0 fat, extremely easy to use, define some constants and you are ready to go. + +Details: + redis support. + memcache support. + apc support. + Disck cache support. + Prepared statements ready. + Ability to use different cache types at the same time. + Simple store of session on database or a cache like redis/memcache/apc. + Easy to use/install/adapt DALMP is just a single file. + Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT). + sql queue. + +WWW: http://code.google.com/p/dalmp |