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

    894 2019-06-09 《Poli Document》
    Installation Prerequisite Installing Installation Prerequisite Java Runtime 1.8+ Installing Download the release zip file via the github release page . Unzip it. The fo...
  • 数据库配置

    数据库配置 数据库配置 记住这些理念之后,让我们来开始 Django 数据库层的探索。 首先,我们需要做些初始配置;我们需要告诉Django使用什么数据库以及如何连接数据库。 我们假定你已经完成了数据库服务器的安装和激活,并且已经在其中创建了数据库(例如,用 CREATE DATABASE 语句)。 如果你使用SQLite,不需要这步安装,因为S...
  • Virtual Tables

    529 2020-01-30 《SQLite Document》
    1. Introduction 1.1. Usage 1.1.1. Temporary virtual tables 1.1.2. Eponymous virtual tables 1.1.3. Eponymous-only virtual tables 1.2. Implementation 1.3. Virtual Tables And Sha...
  • Drivers and dialects

    Drivers and dialects PostgreSQL MySQL MSSQL SQLite Writing DMBS specific code Drivers and dialects To connect to a database, you need a database/sql driver and a correnspo...
  • 文件位置

    文件位置 文件位置 你可以为不同的文件类型更改文件夹。在默认情况下,大部分的文件保存于设置位置 。然而,某些文件是保存于“配置文件位置”路径,以及所有日志文件 是保存于“记录位置”路径。 在配置文件位置的文件 服务器类型 扩展名 自动运行 MySQL .nbatmysql Oracle .nbatora PostgreSQL .nb...
  • JSON Support in Databases

    JSON Support in Databases JSON Support in Databases For storing JSON in the database Pony uses the following types: SQLite - TEXT PostgreSQL and CockroachDB - JSONB (bina...
  • influxd downgrade

    influxd downgrade Usage Flags Examples Downgrade to InfluxDB 2.0 Related influxd downgrade Use the influxd downgrade command to downgrade the metadata schema used by influ...
  • 连接到数据库

    MySQL 自定义驱动 现有的数据库连接 PostgreSQL 自定义驱动 现有的数据库连接 SQLite SQL Server TiDB Clickhouse 连接池 Unsupported Databases GORM 官方支持的数据库类型有:MySQL, PostgreSQL, SQLite, SQL Server 和 TiD...
  • Tcl API

    508 2020-01-30 《SQLite Document》
    The Tcl interface to the SQLite library The API The “eval” method The “close” method The “transaction” method The “cache” method The “complete” method The “config” method Th...
  • WITHOUT ROWID Tables

    535 2020-01-30 《SQLite Document》
    1. Introduction 1.1. Syntax 1.2. Compatibility 1.3. Quirks 2. Differences From Ordinary Rowid Tables 3. Benefits Of WITHOUT ROWID Tables 4. When To Use WITHOUT ROWID 1. I...