-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Feat usage refactor for db pools #4616
Feat usage refactor for db pools #4616
Conversation
…efactor-fo-db-pools
…usage-refactor-fo-db-pools
…into feat-usage-refactor-fo-db-pools
@lohanidamodar can you sync this once again ? |
@christyjacob4 The usage is on hold, @eldadfux is working on something. Please talk to him and let me know if we do spend more time on this. |
app/controllers/api/databases.php
Outdated
@@ -47,6 +47,7 @@ | |||
use Appwrite\Utopia\Database\Validator\Queries\Documents; | |||
use Utopia\Config\Config; | |||
use MaxMind\Db\Reader; | |||
use Utopia\Database\Adapter\MariaDB; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
…efactor-fo-db-pools
…into feat-usage-refactor-fo-db-pools
…t-usage-refactor-fo-db-pools
…t-usage-refactor-fo-db-pools
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you added your change to the Changelog?
(The CHANGES.md file tracks all the changes that make it to the
main
branch. Add your change to this file in the following format)Have you read the Contributing Guidelines on issues?
(Write your answer here.)