Files
KeyValueStore/docs/index.rst
2015-11-01 15:16:22 +01:00

20 lines
678 B
ReStructuredText

Welcome to Doctrine KeyValueStore's documentation!
==================================================
The Doctrine KeyValueStore project allows you to map PHP Objects
to a large number of key-value databases. To some degree these
databases are exchangeable, when working on a CRUD level.
For some databases range queries are also supported that allow
you to do range queries with parititioning.
Contents
--------
* :doc:`Configuration <reference/configuration>`
* :doc:`Basic Usage <reference/basic-usage>`
* **Mapping Drivers**:
:doc:`Docblock Annotations <reference/annotations-reference>` |
:doc:`XML <reference/xml-mapping>` |
:doc:`YAML <reference/yaml-mapping>`