Closed richnmond closed 5 months ago
What does this have to do with Compose Multiplatform?
These two technologies serve different purposes and wouldn't be directly used together. Compose Multiplatform focuses on the visual layer of an application, while PDO interacts with databases.
I don't see how it's related to Compose Multiplatform (UI framework). Please open the issue in corresponding tracker
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
$pdo = new pdo('mysql:host=localhost; port=3306;dbname=Product Dev','root',''); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);