简体   繁体   English

下载适用于Android和iOS的SQLite的链接?

[英]Download link for SQLite for Android and iOS?

I did not find any downloads of SQLite for Android or iOS on http://www.sqlite.org/download.html , though I did find a binary download for Windows Phone 8. 我没有在http://www.sqlite.org/download.html上找到任何针对Android或iOS的SQLite下载,尽管我确实找到了针对Windows Phone 8的二进制下载。

  • Where can I download SQLite for Android and iOS platforms? 在哪里可以下载适用于Android和iOS平台的SQLite?
  • Also, are there any other databases I can use for local work on Android and iOS devices? 另外,还有其他数据库可用于Android和iOS设备上的本地工作吗?
  • Where can I download SQLite for Android and iOS platforms? 在哪里可以下载适用于Android和iOS平台的SQLite?

SQLite support is built-in in both these platforms. 这两个平台都内置了SQLite支持。 Start using it right away. 立即开始使用它。 Refer Using Databases in Android and Core Data Programming Guide in iOS. 请参阅《 Android中的使用数据库》 iOS中的核心数据编程指南》

  • Also, are there any other databases I can use for local work on Android and iOS devices? 另外,还有其他数据库可用于Android和iOS设备上的本地工作吗?

There are several (look here and here ), but why do you need anything else when SQLite is supported natively. 有几个( 在这里这里查看 ),但是当本地支持SQLite时,为什么还需要其他功能。

Where can I download SQLite for Android? 在哪里可以下载Android版SQLite? please refer below link. 请参考下面的链接。 platforms? 平台? http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/ http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/

you can store the values in shared preferences locally, sqlite is only database available to 您可以将值存储在本地共享首选项中,sqlite仅是可用于
store value in database 在数据库中存储价值

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

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