mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-26 09:42:15 +01:00
20 lines
678 B
ReStructuredText
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>`
|