sqlite.rst 432 Bytes

.. _sqlite:

SQLite
######

.. warning:: Due to SQLite's `concurrency
limitations `_ we recommend SQLite only for
small and development Bugzilla installations.

Once you have SQLite installed, no additional configuration is required to
run Bugzilla.

The database will be stored in :file:`$BUGZILLA_HOME/data/db/$db_name`, where
``$db_name`` is the database name defined in :file:`localconfig`.