什么是可以与Android,Windows Phone和iOS一起使用的内部和外部数据库?

时间:2021-11-07 18:06:11

I want to know what are the internal and external databases that I can use with each mobile OS.

我想知道每个移动操作系统可以使用的内部和外部数据库是什么。

6 个解决方案

#1


2  

SQLite is included in iOS and Android. There is also a CodePlex library for using Sqlite on Windows Phone (the built in database is Sql CE)

SQLite包含在iOS和Android中。在Windows Phone上还有一个用于使用Sqlite的CodePlex库(内置数据库是Sql CE)

#2


3  

SQLite is a popular choice for each of them. It's light-weight, with all the database access in-process, and the storage in a single file (plus journal).

SQLite是每个人的热门选择。它重量轻,所有数据库访问都在进程中,存储在一个文件中(加上日志)。

It is included in the iOS and Android SDKs. There are distributions for Windows Phone 7.

它包含在iOS和Android SDK中。有Windows Phone 7的发行版。

Generally, you will not use external databases per se, though of course it is common to use internet APIs (which in turn will usually use databases)

通常,您不会使用外部数据库本身,但当然通常使用Internet API(反过来通常会使用数据库)

#3


1  

External database SQLite works on: iOS,Android and Windows phone.

外部数据库SQLite适用于:iOS,Android和Windows手机。

Internal Database:

1) CoreData and NSUserDefault memory cache for iOS .

1)iOS的CoreData和NSUserDefault内存缓存。

2) Isolated Storage for Windows phone (http://winphone7db.codeplex.com/)

2)Windows手机的隔离存储(http://winphone7db.codeplex.com/)

#4


1  

Sybase SQL Anywhere Studio has UltraLite database as a part.
This database has versions running on Windows Mobile, iOS, Android, Blackberry, and lets you synchronize through HTTP/HTTPS (as far as I know, you can use Windows Mobile databases on Windows Phone)

Sybase SQL Anywhere Studio将UltraLite数据库作为一部分。此数据库具有在Windows Mobile,iOS,Android,Blackberry上运行的版本,并允许您通过HTTP / HTTPS进行同步(据我所知,您可以在Windows Phone上使用Windows Mobile数据库)

#5


0  

I use http://www.jstorage.info/ so i don't even need to write code for each kind of system. jQuery plugin for that.

我使用http://www.jstorage.info/所以我甚至不需要为每种系统编写代码。 jQuery插件。

#6


0  

For .NET programming on Windows Mobile and Windows Phone, you could use TurboDB or VistaDB.

对于Windows Mobile和Windows Phone上的.NET编程,您可以使用TurboDB或VistaDB。

#1


2  

SQLite is included in iOS and Android. There is also a CodePlex library for using Sqlite on Windows Phone (the built in database is Sql CE)

SQLite包含在iOS和Android中。在Windows Phone上还有一个用于使用Sqlite的CodePlex库(内置数据库是Sql CE)

#2


3  

SQLite is a popular choice for each of them. It's light-weight, with all the database access in-process, and the storage in a single file (plus journal).

SQLite是每个人的热门选择。它重量轻,所有数据库访问都在进程中,存储在一个文件中(加上日志)。

It is included in the iOS and Android SDKs. There are distributions for Windows Phone 7.

它包含在iOS和Android SDK中。有Windows Phone 7的发行版。

Generally, you will not use external databases per se, though of course it is common to use internet APIs (which in turn will usually use databases)

通常,您不会使用外部数据库本身,但当然通常使用Internet API(反过来通常会使用数据库)

#3


1  

External database SQLite works on: iOS,Android and Windows phone.

外部数据库SQLite适用于:iOS,Android和Windows手机。

Internal Database:

1) CoreData and NSUserDefault memory cache for iOS .

1)iOS的CoreData和NSUserDefault内存缓存。

2) Isolated Storage for Windows phone (http://winphone7db.codeplex.com/)

2)Windows手机的隔离存储(http://winphone7db.codeplex.com/)

#4


1  

Sybase SQL Anywhere Studio has UltraLite database as a part.
This database has versions running on Windows Mobile, iOS, Android, Blackberry, and lets you synchronize through HTTP/HTTPS (as far as I know, you can use Windows Mobile databases on Windows Phone)

Sybase SQL Anywhere Studio将UltraLite数据库作为一部分。此数据库具有在Windows Mobile,iOS,Android,Blackberry上运行的版本,并允许您通过HTTP / HTTPS进行同步(据我所知,您可以在Windows Phone上使用Windows Mobile数据库)

#5


0  

I use http://www.jstorage.info/ so i don't even need to write code for each kind of system. jQuery plugin for that.

我使用http://www.jstorage.info/所以我甚至不需要为每种系统编写代码。 jQuery插件。

#6


0  

For .NET programming on Windows Mobile and Windows Phone, you could use TurboDB or VistaDB.

对于Windows Mobile和Windows Phone上的.NET编程,您可以使用TurboDB或VistaDB。