what is sqlite?

sqlite is a software library that implements a self-contained,serverless,zero-configuration,transactional sql database engine.

sqlite is the most widely deployed sql database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices including cellphones,PDAs,and MP3 players. The source code for sqlite is in the public domain.


website: http://www.sqlite.org/


sqlite是一个实施独立的、无服务器端、零配置、可交互的sql数据库引擎的软件库。


sqlite是世界上最广泛部署使用的sql数据库引擎。它被广泛的使用在无数的桌面计算机应用和消费电子设备中,其中包括手机、PDAs(个人数字助理)和MP3播放器。

sqlite源代码如下。website: http://www.sqlite.org/

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能