There are two ways to back up an SQLite database.
备份SQLite数据库有两种方法。
To create an SQLite database for your new application
要为您的新应用程序创建一个SQLite数据库
For example, the user's address book is stored in a SQLite database.
例如,用户地址簿是存储在一个SQLite数据库中。
There are a number of good Web-based SQLite database management systems.
目前有许多优秀的基于 Web 的SQLite数据库管理系统。
In addition to a url cache Gears also includes a SQLite database instance.
除了URL缓存,Gears还包含一个SQLite数据库实例。
Firefox stores a lot of information in an sqlite database, which grows over time.
Firefox在一个sqlite数据库中储存了大量信息,而且随着时间逐渐增加。
The class in Listing 5 completely encapsulates a SQLite database used for storing stock information.
清单5中的类完全封装了一个用于存储股票信息的SQLite数据库。
Sqlite database class module source code, application programming source code, a good reference.
Sqlite数据库类模块源码,应用程序编程源码,很好的参考资料。
Applications can store their data in files, an SQLite database, or any other mechanism that makes sense.
应用程序能够将它们的数据保存到文件中、SQL数据库中,甚至是任何有效的设备中。
The data-storage burden is eased because the Android platform includes the popular open source SQLite database.
由于Android平台包括流行的开源sqlite数据库,因此缓解了数据存储的负担。
To store the necessary file on the iPhone, you can use a local SQLite database integrated in the iPhone environment.
要在iPhone上存储重要文件,您可以使用iPhone环境中集成的本地SQLite数据库。
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或者任何你的应用能访问到的永久存储地点。
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数据库当前状态的详细信息。
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目录。
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数据库进行同步和异步调用。
For instance, if you want your application to use a sqlite database, you need to pass the path to the database file into the sqlite connection builder located in the sqlobject.sqlite package.
例如,如果想让应用程序使用sqlite数据库,则需要将数据库文件的路径写入位于sqlobject . sqlite包的sqlite连接构建器中。
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的数据库,每个数据库完全存储在单个磁盘文件中。
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。
SQLite has no concept of user accounts, and instead relies on the file system for all database permissions.
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的理想选择,并且您还可以选择使用内存数据库,在这种情况下,您的代码行应如下所示。
Using SQLite with a database abstraction layer.
使用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 is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
SQLite是一个实现了自包含、可嵌入、零配置的SQL数据库引擎的小规模C代码库。
应用推荐