书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 4525 个相关结果.
  • Database

    Database Database The Peewee Database object represents a connection to a database. The Database class is instantiated with all the information needed to open a connection ...
  • 第4章 SQL

    2096 2019-05-24 《SQLite权威指南》
    第4章 SQL 关系模型 查询语言 SQL的发展 示例数据库 建立 运行示例 语法 命令 常量 保留字和标识符 注释 创建一个数据库 创建表 改变表 在数据库中查询 关系操作 操作管道 过滤 值 操作符 二目操作符 LIKE操作符 限定和排序 函数(Function)和聚合(Aggregate) 分组(Grou...
  • Database

    Database content sqlite objects functions query Database The following covers available content storage configuration options. content content : boolean | sqlite | duck...
  • Changes in 3.0

    Changes in 3.0 Backwards-incompatible Database Model Meta options Models Fields Querying Removed Extensions SQLite Extension Postgresql Extension Signals Extension New st...
  • Design and implementation

    rqlite Design High-level design Design presentations Blog posts Other design details Raft SQLite Log Compaction and Truncation rqlite Design Learn about the design and im...
  • Changes in 3.0

    Changes in 3.0 Backwards-incompatible Database Model Meta options Models Fields Querying Removed Extensions SQLite Extension Signals Extension New stuff SQLite SQLite Ext...
  • Configuration flags

    Configuration flags General Interfaces Backend handlers PostgreSQL SQLite Miscellaneous Configuration flags FerretDB provides numerous configuration flags you can customiz...
  • 高级设置

    高级设置 高级设置 【注意】下列的选项会根据连接的服务器类型而有所不同。 自动连接 当程序启动时自动打开连接。 客户端字符集 选择 Navicat 使用的会话客户端字符集。 编码 选择一个代码页来转换数据以显示于 Navicat 界面。 已加密 当连接到已加密的 SQLite 数据库,启用这个选项并提供“密码”。 保持连接间隔 (秒)...
  • Connecting to Database

    MySQL Customize Driver Existing database connection PostgreSQL Customize Driver Existing database connection SQLite SQL Server Clickhouse Connection Pool Unsupported Data...
  • SQL类数据库简介

    SQL类数据库简介 SQLite(默认) SQLite配置字段 MySQL MySQL配置字段 PostgreSQL PostgreSQL配置字段 SQL类数据库简介 SQLite(默认) SQLite是一个轻量的嵌入式数据库,无需安装和配置数据服务程序,是vn.py的默认数据库 。适合入门新手用户,其特点如下: 存储在一个单一的跨平...