Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 rukilo 是 Dart 语言的 UI 框架,但我想知道它是否支持使用 Mysql?如果是,如何将 mysql 与 Dart 连接起来?谢谢
我们正在开发 Rikulo ORM 以简化数据库访问(但尚未开放)。第一个版本将建立在 WebSQL (SQLite) 和 IndexedDB 之上。我们确实有计划将其桥接到 MySQL 等后端服务器。当然,还有一些安全和性能挑战需要处理。