index.rst 859 Bytes
Newer Older
1 2
DBAL Documentation
==================
3

4 5
The Doctrine DBAL documentation is a reference guide to everything you need
to know about the database abstraction layer.
6

7 8
Getting Help
------------
9

10 11 12
If this documentation is not helping to answer questions you have about the
Doctrine DBAL, don't panic. You can get help from different sources:

13
-  Slack chat room `#dbal <https://www.doctrine-project.org/slack>`_
14 15 16 17 18 19 20 21 22
-  On `Stack Overflow <http://stackoverflow.com/questions/tagged/doctrine-dbal>`_
-  The `Doctrine Mailing List <http://groups.google.com/group/doctrine-user>`_
-  Report a bug on `GitHub <https://github.com/doctrine/dbal/issues>`_.

Getting Started
---------------

The best way to get started is with the :doc:`Introduction <reference/introduction>` section
in the documentation. Use the sidebar to browse other documentation for the Doctrine PHP DBAL.