We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Lawrence,
I just read about your project in the moodle dev chat.
Are you using some code/api/? that prevents the use with other databases, or are specific to MariaDB?
How complex do you think is it, to make this work with postgres?
Best regards Christian
The text was updated successfully, but these errors were encountered:
Hi @christianwolters.
I am using PHP's PDO that can access many databases. However, as you know, each database has its specific set of commands to retrieve data.
Freezer needs to query some information from tables:
So if I get this information I could abstract those and add other databases (postgres in this case).
Can you send me the query commands I need to run on Postgres to get the information mentioned above? This would save me a precious time.
Thank you.
Sorry, something went wrong.
No branches or pull requests
Hi Lawrence,
I just read about your project in the moodle dev chat.
Are you using some code/api/? that prevents the use with other databases,
or are specific to MariaDB?
How complex do you think is it, to make this work with postgres?
Best regards
Christian
The text was updated successfully, but these errors were encountered: