为Android和ios设备建议的数据库和开发框架 [英] Suggested database and development faramework for android and ios devices

查看:70
本文介绍了为Android和ios设备建议的数据库和开发框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





在移动应用程序中有需要在移动设备上安装数据库(android和iphone)以及服务器上的数据库的场景。因此,每当这些移动设备进入网络时,同步将在移动设备和服务器之间启动。



请建议哪个数据库最适合自应用程序发布以来在全球范围内,每天将交易数百万条记录。



对于ios和android的应用程序开发,它建议在一个通用框架上工作,还是我们应该去有各自的框架。



问候

解决方案

SQLite: - Sqlite可以在iOS / Android中用于处理数据。重量轻,适合移动开发。

SQLite是一个开源SQL数据库,用于将数据存储到设备上的文本文件中。它只是使用sqlite查询,这使得知道sql的人更容易。



iOS包括流行的SQLite库,一个轻量级但功能强大的关系数据库引擎,可以轻松嵌入进入一个应用程序在许多平台上的无数应用程序中,SQLite被认为是轻量级嵌入式SQL数据库编程的事实上的行业标准。与面向对象的Core Data框架不同,SQLite使用一个过程的,以SQL为重点的API直接操作数据表。



Android内置SQLite数据库实现。



SQLite支持所有关系数据库功能。为了访问这个数据库,你不需要为它建立任何类型的连接,如JDBC,ODBC等



http://developer.android.com /reference/android/database/sqlite/package-summary.html

Hi,

There is scenario in mobile application where there needs to be database on mobile device (android and iphone) and a database on the server. So whenever these mobile devices will come in network, the sync will start between mobile device and server.

Kindly suggest which database will be best fit since the application will be published globally and will transact millions of record on per day basis.

For the application development of ios and android is it suggested to work on a common framework or should we go for there respective frameworks.

Regards
Deep

解决方案

SQLite :- Sqlite can be used in iOS/Android for handling data. Light weight and suitable for mobile development.
SQLite is a opensource SQL database that stores data to a text file on a device. It just uses the sqlite queries which make it easier for those who know sql.

iOS includes the popular SQLite library, a lightweight yet powerful relational database engine that is easily embedded into an application. Used in countless applications across many platforms, SQLite is considered a de facto industry standard for lightweight embedded SQL database programming. Unlike the object-oriented Core Data framework, SQLite uses a procedural, SQL-focused API to manipulate the data tables directly.

Android comes in with built in SQLite database implementation.

SQLite supports all the relational datbase features. In order to access this database , you don't need to establish any kind of connections for it like JDBC,ODBC e.t.c

http://developer.android.com/reference/android/database/sqlite/package-summary.html


这篇关于为Android和ios设备建议的数据库和开发框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆