简体   繁体   中英

Creating a database that can work with Web/iOS/Android

I want to create a database so both my website and mobile app could retrieve/insert info from there. I know how to execute queries with a website, but I have little to none experience with mobile applications. I heard I can't just use any form of database(mysql, mongodb) because they are not compatible or something. so how do I create my database so it will be compatible with android iOS and PC. A few guidelines to get me started would be great :)

Yes, You can't use any type of database with mobile application. You can use SQlite for android and iOS application. If you are looking to develop native application then there are other alternatives with iOS like Core-Data, Realm(Swift). On server side ie for API's you can use MySQL, MongoDB databases.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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