书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 4525 个相关结果.
  • 第9章 SQLite内核

    1524 2019-05-24 《SQLite权威指南》
    第9章 SQLite内核 虚拟数据库引擎(VDBE) 栈(Stack) 程序体 程序开始与停止 指令的类型 B-Tree和Pager模型 数据库文件格式 页重用及回收 B-Tree记录 B+树 记录和字段 层次数据组织 溢出页 B-Tree API 访问和事务函数 表函数 游标函数 记录函数 配置函数 编译器 分词器(...
  • 从 SQLite 迁移至 MySQL

    从 SQLite 迁移到 MySQL 从 SQLite 迁移到 MySQL 首先请确认 MySQL 的 Python 模块已经安装. Ubuntu 下,安装命令为 apt-get install python-mysqldb . 请按以下步骤操作: 停止 Seafile 和 Seahub 下载 sqlite2mysql.sh 和 sqli...
  • 从 SQLite 迁移至 MySQL

    从 SQLite 迁移到 MySQL 从 SQLite 迁移到 MySQL 首先请确认 MySQL 的 Python 模块已经安装. Ubuntu 下,安装命令为 apt-get install python-mysqldb . 请按以下步骤操作: 停止 Seafile 和 Seahub 下载 sqlite2mysql.sh 和 sqli...
  • Class Phalcon\Db\Dialect\Sqlite

    Class Phalcon\Db\Dialect\Sqlite Methods Class Phalcon\Db\Dialect\Sqlite extends abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface Source on GitHub...
  • 第1章 SQLite介绍

    3658 2019-05-24 《SQLite权威指南》
    第1章 SQLite介绍 内嵌式数据库 开发者的数据库 管理员的数据库 SQLite 的历史 谁使用SQLite 体系结构 接口(Interface) 编译器(Compiler) 虚拟机(Virtual Machine) 后端(Back-end) 工具和测试代码(Utilities and Test Code) SQLite 的特色 ...
  • Moving From SQLite 3.4 to 3.5

    413 2020-01-30 《SQLite Document》
    Moving From SQLite 3.4.2 to 3.5.0 1.0 Overview Of Changes 2.0 The OS Interface Layer 2.1 The Virtual File System Object 2.1.1 Registering New VFS Objects 2.1.2 Additional Control...
  • Sqlite User-Defined Functions

    Sqlite User-Defined Functions Functions, listed by collection name Sqlite User-Defined Functions The sqlite_udf playhouse module contains a number of user-definedfunctions, a...
  • 使用SQLite数据库

    1855 2018-02-08 《Go Web 编程》
    5.3 使用SQLite数据库 驱动 实例代码 links 5.3 使用SQLite数据库 SQLite 是一个开源的嵌入式关系数据库,实现自包容、零配置、支持事务的SQL数据库引擎。其特点是高度便携、使用方便、结构紧凑、高效、可靠。 与其他数据库管理系统不同,SQLite 的安装和运行非常简单,在大多数情况下,只要确保SQLite的二进制文件...
  • Sqlite User-Defined Functions

    Sqlite User-Defined Functions Functions, listed by collection name Sqlite User-Defined Functions The sqlite_udf playhouse module contains a number of user-defined functions, ...
  • The pre-installed version of SQLite

    DB4S is kept as up-to-date as possible with the latest version of SQLite, but if you have a newer version installed, you can compile DB4S to use this specific version instead. The...