-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs]: PDO driver not supported #6932
Comments
Why would you want to use pdo mysql over mysqli? I have begun working on a PDO ODBC driver but it has a lot of work to do. |
It is documented in Server Requirements: |
I sent a PR #6933 |
PDO was created for a reason. It is an Universal driver. PDO base drives exist since php 5.1, why not use it? Others frameworks use it, why not CI ? I think with PDO the code would be more clean and reusable. English is not my native lang. So i Think the text should be clear. Something like, " PDO drivers base are not supported." This should be clear in 3 places:
Thanks |
We will accept your contributions. You could write PDO drivers and send PRs.
If you say about your application code, no. Your code will hardly change. |
I think my PR is sufficient. *******************
Supported Databases
*******************
A database is required for most web application programming.
Currently supported databases are:
- MySQL via the *MySQLi* driver (version 5.1 and above only)
- PostgreSQL via the *Postgre* driver
- SQLite3 via the *SQLite3* driver
- MSSQL via the *SQLSRV* driver (version 2005 and above only)
- Oracle via the *OCI8* driver (version 12.1 and above only) |
if you think so, then you can close the issue. Thanks. |
PHP Version
7.3, 7.4, 8.0, 8.1
CodeIgniter4 Version
4
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
macOS, Windows, Linux
Which server did you use?
apache
Database
MySQL
What happened?
In sequence of this issue #3922,
In the Docs > Databases > 'Database Configuration)' section as well as in 'Connect to Your Database' in 'Build Your First Application', should be mentioned that PDO driver is not supported.
Steps to Reproduce
Expected Output
Anything else?
No response
The text was updated successfully, but these errors were encountered: