friendsoftypo3 / dbal
A database abstraction layer implementation for TYPO3 4.6+ based on ADOdb and offering a lot of other features.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 2
Open Issues: 1
Type:typo3-cms-extension
Requires
- friendsoftypo3/adodb: ~8.4
- typo3/cms-core: ~8.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- typo3/cms: ^8.7
- typo3/testing-framework: ^1.1
Replaces
- dbal: *
- typo3/cms-dbal: *
- 8.4.1
- 8.4.0
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.0
- v2.5.0-RC2
- v2.5.0-RC1
- v2.5.0-BETA3
- v2.5.0-BETA2
- v2.4.5
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- 2.4.0-RC2
- 2.4.0-RC1
- 2.4.0-BETA2
- 2.4.0-BETA1
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-RC4
- 2.3.0-RC3
- 2.3.0-RC2
- 2.3.0-RC1
- 2.3.0-BETA1
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-RC3
- 2.2.0-RC2
- 2.2.0-RC1
- 2.2.0-BETA2
- 2.2.0-beta1
- 2.1.7
- 2.1.6
- 2.1.5
This package is auto-updated.
Last update: 2024-10-21 17:08:54 UTC
README
TYPO3 extension dbal
This extension includes an extended way for the TYPO3_DB
database connection
class to connect to databases like MSSQL, PostgreSQL and Oracle.
The functionality was part of the TYPO3 Core, until TYPO3 v8.4, and moved into its own extension, receiving its own public repository. It is shipped as is.