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

    Database Initializing a Database Using Postgresql Using SQLite PRAGMA statements User-defined functions Set locking mode for transaction APSW, an Advanced SQLite Driver Usin...
  • JuiceFS 对比 S3QL

    JuiceFS 对比 S3QL 共同点 不同点 易用性 安装 S3QL JuiceFS 使用 S3QL JuiceFS 对比总结 JuiceFS 对比 S3QL 与 JuiceFS 类似,S3QL 也是一款由对象存储和数据库组合驱动的开源网络文件系统,所有存入的数据会被分块后存储到亚马逊 S3、Backblaze B2、OpenS...
  • rqlite shell

    rqlite shell Usage Example Command history rqlite shell How to access rqlite using the command-line tool rqlite is a command line tool for interacting with a rqlite node. C...
  • rqlite shell

    rqlite shell Usage Example Command history rqlite shell How to access rqlite using the command-line tool rqlite is a command line tool for interacting with a rqlite node. C...
  • 数据持久化

    数据持久化 数据持久化 本章中描述的模块支持在磁盘上以持久形式存储 Python 数据。 pickle 和 marshal 模块可以将许多 Python 数据类型转换为字节流,然后从字节中重新创建对象。 各种与 DBM 相关的模块支持一系列基于散列的文件格式,这些格式存储字符串到其他字符串的映射。 本章中描述的模块列表是: pickle...
  • DataTypes

    505 2020-01-30 《SQLite Document》
    1. Datatypes In SQLite 2. Storage Classes and Datatypes 2.1. Boolean Datatype 2.2. Date and Time Datatype 3. Type Affinity 3.1. Determination Of Column Affinity 3.1.1. Affinity...
  • Django 1.8.13 版本发行说明

    Django 1.8.13 版本发行说明 漏洞修复 Django 1.8.13 版本发行说明 May 2, 2016 Django 1.8.13 fixes several bugs in 1.8.12. 漏洞修复 Fixed TimeField microseconds round-tripping on MySQL and SQLite...
  • How to install Django

    How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
  • 连接到数据库

    MySQL 自定义驱动 现有的数据库连接 PostgreSQL 自定义驱动 现有的数据库连接 SQLite SQL Server Clickhouse Connection Pool Unsupported Databases GORM 官方支持的数据库类型有: MySQL, PostgreSQL, SQlite, SQL Serve...
  • 建立连接

    建立连接 注意: 设置 SQLite 注意: 连接池 (生产环境) 建立连接 要连接到数据库,你必须创建 Sequelize 实例. 这可以通过将连接参数分别传递给 Sequelize 构造函数或传递单个连接 URI 来完成: const Sequelize = require ( 'sequelize' ); //方法1:单...