简体   繁体   English

哪个数据库将 IOS/Android 应用程序与 Windows 程序连接 [暂停]

[英]Which Database to connect IOS/Android App with Windows Programm [on hold]

I´m programming an IOS APP.我正在编程 IOS APP。 The user will be enter some data and the data should be stored in a database.用户将输入一些数据,数据应存储在数据库中。 I want to host the database on my own server.我想在我自己的服务器上托管数据库。 The windows application should be able to get/use this data too. windows 应用程序也应该能够获取/使用这些数据。

Which database should i use?我应该使用哪个数据库?

You may install the database you want in any OS.您可以在任何操作系统中安装所需的数据库。 You have to think what this database and this app SHOULD do.你必须考虑这个数据库和这个应用程序应该做什么。

For example例如

  • Mysql is a relational DB Mysql 是一个关系数据库
  • Mongo DB is document oriented Mongo DB 是面向文档的
  • Couch DB is another nosql db沙发数据库是另一个 nosql 数据库
  • Redis is key-value db Redis 是键值数据库

So the answer is "it depends".所以答案是“视情况而定”。

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

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