:navigation-title: Database .. include:: /Includes.rst.txt .. index:: ! Database .. _database: =================================== Database access and scheme in TYPO3 =================================== .. toctree:: :glob: :titlesonly: DatabaseStructure/Index DatabaseRecords/Index DoctrineDbal/Index DatabaseUpgrade/Index Extbase/Index */Index * .. seealso:: Accessing the database: * `PHP: Doctrine DBAL repositories `_ * `Extbase repositories `_ * `Persistence: Saving Extbase models to the database `_ * `TypoScript: database-query data processor `_ * `TypoScript: RECORDS `_ Defining and modeling the database scheme: * `TCA Reference `_ * `ext_tables.sql `_ Configuring the database credentials * `$GLOBALS['TYPO3_CONF_VARS']['DB'] `_ .. todo: Give an overview of different methods to access the database in TYPO3: Extbase, Dbal, TypoScript etc and to define database structures