2011-01-03 20:10:53 +00:00
|
|
|
DALMP - Database Abstraction Layer for MySQL using PHP
|
|
|
|
|
2011-11-06 18:02:15 +00:00
|
|
|
%0 fat, extremely easy to use, only connect to database when needed.
|
2011-01-03 20:10:53 +00:00
|
|
|
|
|
|
|
Details:
|
|
|
|
redis support.
|
|
|
|
memcache support.
|
|
|
|
apc support.
|
2011-03-14 16:09:18 +00:00
|
|
|
Group caching, cache by groups and flush by groups or individual keys.
|
2011-09-09 12:42:17 +00:00
|
|
|
Disk cache support.
|
2011-09-10 19:44:31 +00:00
|
|
|
Prepared statements ready, support dynamic building queries.
|
2011-08-17 05:00:55 +00:00
|
|
|
Secure connections with SSL.
|
2011-01-03 20:10:53 +00:00
|
|
|
Ability to use different cache types at the same time.
|
2011-03-14 16:09:18 +00:00
|
|
|
Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
|
2011-01-03 20:10:53 +00:00
|
|
|
Easy to use/install/adapt DALMP is just a single file.
|
|
|
|
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
|
2011-10-10 17:37:20 +00:00
|
|
|
SQL queues.
|
2011-11-06 18:02:15 +00:00
|
|
|
Export to CVS.
|
|
|
|
Support connections via unix sockets.
|
2011-01-03 20:10:53 +00:00
|
|
|
|
2011-11-06 18:02:15 +00:00
|
|
|
WWW: https://github.com/nbari/DALMP
|