In this example, I use SQLite as the database backend.
在这个例子中,我们使用SQLite作为后台的数据库。
This example USES SQLite as the database backend.
这个例子使用SQLite作为后台数据库。
SQLite depends on the file system for its database permissions.
SQLite根据该文件系统获得其数据库权限。
SQLite supports databases of up to 2 TB, with each database stored entirely in a single disk file.
SQLite支持大小高达2TB的数据库,每个数据库完全存储在单个磁盘文件中。
Optionally, you can store the retrieved data on the iPhone using a local SQLite database integrated in the iPhone environment.
或者,您可以选择使用一个在iPhone环境中集成的本地SQLite数据库存储 iPhone检索的数据。
You can store the data in the file system, an SQLite database, on the web, or any other persistent storage location your application can access.
你能将数据存储在文件系统、SQLite数据库、web或者任何你的应用能访问到的永久存储地点。
For SQLite, this means creating a file in which to store the database.
对于SQLite,这意味着创建一个存储该数据库的文件。
However, if you can do without these limitations and are interested in an open source, fast, flexible, and embeddable database engine, you should give SQLite some serious consideration.
如果您可以解除这些限制问题,并且对快速灵活的嵌入式开源数据库引擎很感兴趣,则应重点考虑使用SQLite。
The data-storage burden is eased because the Android platform includes the popular open source SQLite database.
由于Android平台包括流行的开源sqlite数据库,因此缓解了数据存储的负担。
SQLite has no concept of user accounts, and instead relies on the file system for all database permissions.
SQLite没有用户帐户概念,而是根据文件系统确定所有数据库的权限。
The class in Listing 5 completely encapsulates a SQLite database used for storing stock information.
清单5中的类完全封装了一个用于存储股票信息的SQLite数据库。
At the SQLite command line prompt, enter the SQL commands shown in Listing 3 to create a database table for the application variables.
在SQLite命令行提示栏,输入清单3中的SQL命令,为应用程序变量创建一个数据库表。
SQlite is an ideal choice for experimentation with SQLAlchemy, and you can choose to either use an in-memory database, in which your line would look like this instead.
SQlite是试验sQLAlchemy的理想选择,并且您还可以选择使用内存数据库,在这种情况下,您的代码行应如下所示。
So, now we're aligning our efforts with Google on things like the synchronous and asynchronous calls that must be made to the SQLite database in order to enable the offline capability.
因此,现在我们正与Google共同努力解决一些问题,例如为了具备离线能力,必须对SQLite数据库进行同步和异步调用。
Using SQLite with a database abstraction layer.
使用SQLite和数据库抽象层。
There are a number of good Web-based SQLite database management systems.
目前有许多优秀的基于 Web 的SQLite数据库管理系统。
To store the necessary file on the iPhone, you can use a local SQLite database integrated in the iPhone environment.
要在iPhone上存储重要文件,您可以使用iPhone环境中集成的本地SQLite数据库。
SQLite is quickly becoming the prefered database for development apps.
SQLite迅速成为了开发中最受欢迎的数据库。
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
SQLite是一个实现了自包含、可嵌入、零配置的SQL数据库引擎的小规模C代码库。
SQLite, an extremely small, zero-configuration SQL database engine.
一个相当小的、无需任何配置的SQL数据库引擎。
SQLite: A database for most occasions
SQLite:适合大多数场合的数据库
SQLite is a lightweight database that requires no configuration and resides on disk as a simple file.
SQLite是一个轻量级数据库,它不需要进行任何配置,自身能够以一个简单文件的形式存在于磁盘上。
In addition to a url cache Gears also includes a SQLite database instance.
除了URL缓存,Gears还包含一个SQLite数据库实例。
After some searching, I found SQLite and decided to see if I could use part of the database engine code in a freeware application, Punjabi Kosh, that I had written.
我搜索后发现了SQLite,并决定尝试在我写的免费程序PunjabiKosh中使用部分SQLite数据库引擎代码。
There are two ways to back up an SQLite database.
备份SQLite数据库有两种方法。
For example, the user's address book is stored in a SQLite database.
例如,用户地址簿是存储在一个SQLite数据库中。
SQLite requires only that the database engine and name be specified.
SQLite只需要指定数据库引擎和数据库名即可。
SQLite also comes with a command-line database analyzer, which allows you to show detailed information about the current state of any SQLite database.
SQLite还附带命令行数据库分析器,该分析器允许您显示关于任何SQLite数据库当前状态的详细信息。
The iPhone offers native support for SQLite, a simple but complete database engine that requires no special configuration to set up, and enables all database data to be stored in a single file.
iPhone为SQLite提供本地支持,一个简单但完整的数据库引擎,不需要进行特别配置,而且可以将所有数据库数据存储在单个文件中。
Inside that directory, create a db directory for the SQLite database, a dbscripts directory for the database and table creation scripts, and a backups directory for database backups.
在此目录中,创建一个用于存放SQLite数据库的db目录、一个用于存放数据库和表创建脚本的dbscripts目录和一个用于存放数据库备份的backups目录。
应用推荐