Hi, i'm new user in Appwrite. wanna ask about Functions. i using runtime php 8.3. Try make php code to fetch data from outside database using PDO-sql and Mysql but error 500 where told no driver found. Are this functions cant get any data from outside using port 3306? can this functions/runtime install extension for pdo/mysql? Thank
TL;DR
New developer on Appwrite using PHP 8.3 Runtime facing an issue with fetching data from an outside database using PDO-sql and MySQL. Getting error 500 due to no driver found. Wondering if Functions can access data from outside databases on port 3306. Need help installing extensions for PDO/MySQL in Functions.