SQLite: A database for most occasions
SQLite:适合大多数场合的数据库
Embedded local database (using SQLite).
嵌入式本地数据库(使用SQLite)。
Using SQLite with a database abstraction layer.
使用SQLite和数据库抽象层。
SQLite offers triggers, logging, and sequences.
SQLite提供触发器、日志记录和序列。
This example USES SQLite as the database backend.
这个例子使用SQLite作为后台数据库。
All the browsers that support databases use SQLite.
所有支持数据库的浏览器均使用SQLite。
About SQLite: You can download SQLite from here.
关于SQLite:您可以从这里下载SQLite。
There are two ways to back up an SQLite database.
备份SQLite数据库有两种方法。
In this example, I use SQLite as the database backend.
在这个例子中,我们使用SQLite作为后台的数据库。
Many programming languages can call SQLite to persist data.
许多编程语言都可以调用SQLite以实现数据的持久化。
Do you intend to continue porting future versions of SQLite?
你会继续移植SQLite的后续版本么?
SQLite depends on the file system for its database permissions.
SQLite根据该文件系统获得其数据库权限。
For example, the user's address book is stored in a SQLite database.
例如,用户地址簿是存储在一个SQLite数据库中。
Write code that allows you to query SQLite databases from a Web page.
编写一些代码,使您能够从Web页面查询SQLite数据库。
For SQLite, this means creating a file in which to store the database.
对于SQLite,这意味着创建一个存储该数据库的文件。
SQLite is quickly becoming the prefered database for development apps.
SQLite迅速成为了开发中最受欢迎的数据库。
Android provides support to local relational databases through SQLite.
Android通过SQLite提供对本地关系数据库的支持。
One of these is the SQLite library for accessing SQLite databases.
其中之一是用于访问SQLite 数据库的 SQLite库。
SQLite, an extremely small, zero-configuration SQL database engine.
一个相当小的、无需任何配置的SQL数据库引擎。
There are a number of good Web-based SQLite database management systems.
目前有许多优秀的基于 Web 的SQLite数据库管理系统。
SQLite requires only that the database engine and name be specified.
SQLite只需要指定数据库引擎和数据库名即可。
In addition to a url cache Gears also includes a SQLite database instance.
除了URL缓存,Gears还包含一个SQLite数据库实例。
SQLite does not support static data typing and, instead, USES column affinity.
SQLite不支持静态数据类型,而是使用列关系。
Use SQLite documentation for data types supported, constraints, and so on.
查阅SQLite文档获得受支持的数据类型、限制等。
Detailed information on working with SQLite is beyond the scope of this article.
关于使用SQLite的详细信息不在本文范围之内。
Firefox stores a lot of information in an sqlite database, which grows over time.
Firefox在一个sqlite数据库中储存了大量信息,而且随着时间逐渐增加。
XCAT stores the cluster configuration in a database (the default database type is SQLite).
xCAT在一个数据库内存储了集群配置(默认的数据库类型是SQLite)。
SQLite supports databases of up to 2 TB, with each database stored entirely in a single disk file.
SQLite支持大小高达2TB的数据库,每个数据库完全存储在单个磁盘文件中。
One of the limitations of the SQLite SQL engine is that it cannot use indexes for LIKE comparisons.
SQLiteSQL引擎的一个缺陷是无法将索引用于LIKE比较。
The class in Listing 5 completely encapsulates a SQLite database used for storing stock information.
清单5中的类完全封装了一个用于存储股票信息的SQLite数据库。
应用推荐