Manual:SQLite/zh

From MediaWiki.org
Jump to: navigation, search
SQLite logo

MediaWiki 从 1.17 版本开始正式支持 SQLite 数据库, 可以参考我们的开发员搭建的实验网站: continuous integration server. MediaWiki 从 1.13 版开始把支持SQLite数据库开发放入底层代码中. 使用之前需要在PHP环境内安装SQLite库文件.

[edit] 关于 SQLite

SQLite is an open-source database library released into public domain. Unlike client-server database management systems, the SQLite library is linked into PHP and thus becomes an integral part of the server process. MediaWiki uses SQLite's functionality through simple function calls, which reduces latency in database access as function calls are more efficient than inter-process communication.


Databases Engines: MySQLOraclePostgreSQLSQLiteIBM DB2
Technical documentation: Schema (tables) – Access
Language: English  • Polski • 中文
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox