书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 4525 个相关结果.
  • 整合 SQLite UDF (用户定义函数) 到 webpy 数据库层

    整合 SQLite UDF (用户定义函数) 到 webpy 数据库层 整合 SQLite UDF (用户定义函数) 到 webpy 数据库层 问题: 用户在邮件列表中询问,我把它放在这里作为将来使用和参考。 解决: 您可以添加到Python函数到SQLite,并让它们在您的查询调用。 示例: >>> import sqlite3 ...
  • 第 001 篇:rqlite,基于 SQLite 的轻量级、分布式关系数据库

    1881 2023-05-24 《刻舟求荐》
    rqlite的特点 rqlite的架构设计 rqlite的安装 rqlite的使用 rqlite的分布式部署 rqlite的备份和恢复 rqlite的安全性 rqlite的性能 相关资源 rqlite是一个使用Go语言开发的轻量级的分布式数据库,它使用SQLite作为后端存储引擎,可以通过HTTP API进行访问,具有高可用性和可扩展...
  • Well Known Users

    881 2020-01-30 《SQLite Document》
    Well-Known Users of SQLite Well-Known Users of SQLite SQLite is used by literally millions of applications with literally billions and billions of deployments. SQLite is the mo...
  • Welcome

    1130 2020-01-30 《SQLite Document》
    Overview Documents About SQLite → A high-level overview of what SQLite is and why you might be interested in using it. Appropriate Uses For SQLite → This document describes situa...
  • Technical and Design Documentation

    603 2020-01-30 《SQLite Document》
    How Database Corruption Can Occur Temporary Files Used By SQLite In-Memory Databases How SQLite Implements Atomic Commit Dynamic Memory Allocation in SQLite Customizing And Po...
  • Copyright

    772 2020-01-30 《SQLite Document》
    SQLite Is Public Domain Open-Source, not Open-Contribution Warranty of Title Contributed Code SQLite Is Public Domain SQLite is in thePublic Domain All of the code and doc...
  • Performance

    Performance In-memory databases Performance Factors Disk Network Improving Performance Batching Queued Writes Use more powerful hardware Use a memory-backed filesystem Impr...
  • 第2章 入门

    1701 2019-05-24 《SQLite权威指南》
    第2章 入门 从哪得到SQLite 在Windows上使用SQLite 获得命令行程序 获得SQLite的动态链接库(DLL) 在Windows环境下编译SQLite源代码 用Microsoft Visual C++构建SQLite DLL 用Microsoft Visual C++构建SQLite CLP 使用SQLite数据库 Shell...
  • Distinctive Features

    608 2020-01-30 《SQLite Document》
    Distinctive Features Of SQLite Distinctive Features Of SQLite This page highlights some of the characteristics of SQLite that are unusual and which make SQLite different from m...
  • 前言

    1538 2019-05-24 《SQLite权威指南》
    前言 前言 2000年春天,当我刚开始编写SQLite时,根本没想到它会在编程社区受到如此强烈的认可。今天,有成百万的SQLite拷贝在默默地运行,在计算机中,或在不同公司生产的各种各样的小设备中。你可能已经在无意识的情况下使用过SQLite,在你的手机、MP3或机顶盒里可能就有SQLite。在你的计算机里也可能至少会有一个SQLite的拷贝,它可能...