JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
16.35k stars 1.18k forks source link

connection to Database #5007

Closed richnmond closed 5 months ago

richnmond commented 5 months ago

$pdo = new pdo('mysql:host=localhost; port=3306;dbname=Product Dev','root',''); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

chrisjenx commented 5 months ago

What does this have to do with Compose Multiplatform?

richnmond commented 5 months ago

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.

MatkovIvan commented 5 months ago

I don't see how it's related to Compose Multiplatform (UI framework). Please open the issue in corresponding tracker

okushnikov commented 3 months ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.