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。
To create an SQLite database for your new application
要为您的新应用程序创建一个SQLite数据库
There are two ways to back up an SQLite database.
备份SQLite数据库有两种方法。
In this example, I use SQLite as the database backend.
在这个例子中,我们使用SQLite作为后台的数据库。
There is currently no network server available for SQLite.
目前没有可用于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根据该文件系统获得其数据库权限。
It is good practice to separate SQLite databases from PHP code.
一个好的做法是将SQLite数据库与PHP代码分开。
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不支持静态数据类型,而是使用列关系。
SQLite: You can download the source code for SQLite from its project page.
SQLite:可以从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数据库中储存了大量信息,而且随着时间逐渐增加。
应用推荐