繁体   English   中英

如何将 Azure MySQL 数据库连接到我的 iOS 和 ZE84E30B9390CDB646DB6DB2C9AB878 应用程序

[英]How do I connect an Azure MySQL Database to my iOS and Android App

Entirely new to this and was hoping to find some reasonably straightforward API's or documentation to connect the MySQL database I have on Azure to the iOS and Android apps I have in development.

需要什么来实现这一点?

创建了数据库和结构 - 完成这样的事情需要什么:

  1. iOS / Android 应用程序连接到 Azure 中的数据库
  2. 提交一份报告,将 2 - 3 个值推送到服务器:x、y、z
  3. 使用这些值更新/增加数据库
  4. 允许数据库执行汇总报告的推/拉返回到 iOS / Android 应用程序

如果一切顺利 - 返回第 1 点。

我希望有一个写得相当好的文档来逐步解释这一点,我本周可以在这方面做更多的工作。

谢谢大家!

听起来您需要一个移动后端来与您的应用程序进行通信。 这可以用大多数语言编写,但我来自 a.Net/c# 背景,所以我的所有内容都在 dotnet core 中。 API 是与数据库通信的,反过来 API 应该受到身份提供者的保护,例如 Azure Active Directory 等(或实现您自己的/使用 Google/Facebook 等)。

这篇文章有点过时了,但是概念还是一样的... https://docs.microsoft.com/en-us/aspnet/core/mobile/native-mobile-backend?view=aspnetcore-3.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM