-
Notifications
You must be signed in to change notification settings - Fork 105
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
Database extension requirements #70
Comments
@peter279k I think this can be unnecessary. Because, someone who used that library may be using one of MySQL, PostgreSQL or SQLite databases. All extension should not be required for those databases. I had already added |
@izniburak, thanks for your reply. I mean we can consider letting these possible extensions on suggest block. And this can remind developers required extensions if they want to use one of database with PDO supports. |
Yes! This is make sense. We can add required extensions to suggest block. |
As title, it seems that this package requires
PDO
extension.And the
PDO
should have PDO database extensions.For example, the MySQL is with
PDO
support and it should requirepdo_mysql
.@izniburak, should we add some suggest block on
composer.json
?The text was updated successfully, but these errors were encountered: