Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Latest commit

 

History

History
82 lines (59 loc) · 2.67 KB

index.rst

File metadata and controls

82 lines (59 loc) · 2.67 KB

DALMP

Database Abstraction Layer for MySQL using PHP

0% fat and extremely easy to use. Only connect to database when needed.

Clone the repository:

$ git clone git://github.com/nbari/DALMP.git dalmp
.. seealso::

   `Install </en/latest/Install.html>`_


Details

Requirements

To use the cache features you need either the redis, memcache or APC extensions compiled, otherwise disk cache will be used.

If you want to store session encrypted then you need SQLite3 Encryption (http://sqlcipher.net).

DALMP does not use PDO, so do not worry if your PHP does not have the pdo extension.

On FreeBSD you can install DALMP from ports: /usr/ports/databases/dalmp

Table of Contents

.. toctree::
   :maxdepth: 2

   about
   Download
   Install
   Quickstart
   database
   cache
   queue
   sessions
   prepared_statements
   DI
   tests
   examples
   issues
   navicat