当前位置: 首页 > news >正文

SQLite 连接串说明

SQLite 连接串说明

Basic

Data Source=c:\mydb.db;Version=3;

Version 2 is not supported by this class library.

SQLite

In-Memory Database

An SQLite database is normally stored on disk but the database can also be stored in memory. Read more about SQLite in-memory databases here.

Data Source=:memory:;Version=3;New=True;
SQLite

Using UTF16

Data Source=c:\mydb.db;Version=3;UseUTF16Encoding=True;
SQLite

With password

Data Source=c:\mydb.db;Version=3;Password=myPassword;
SQLite
 

Using the pre 3.3x database format

Data Source=c:\mydb.db;Version=3;Legacy Format=True;
SQLite

With connection pooling

Connection pooling is not enabled by default. Use the following parameters to control the connection pooling mechanism.

Data Source=c:\mydb.db;Version=3;Pooling=True;Max Pool Size=100;
SQLite

Read only connection

Data Source=c:\mydb.db;Version=3;Read Only=True;
SQLite

Using DateTime.Ticks as datetime format

Data Source=c:\mydb.db;Version=3;DateTimeFormat=Ticks;

The default value is ISO8601 which activates the use of the ISO8601 datetime format

SQLite

Store GUID as text

Normally, GUIDs are stored in a binary format. Use this connection string to store GUIDs as text.

Data Source=c:\mydb.db;Version=3;BinaryGUID=False;

Note that storing GUIDs as text uses more space in the database.

SQLite

Specify cache size

Data Source=c:\mydb.db;Version=3;Cache Size=2000;

The Cache Size value measured in bytes

SQLite

Specify page size

Data Source=c:\mydb.db;Version=3;Page Size=1024;

The Page Size value measured in bytes

SQLite

Disable enlistment in distributed transactions

Data Source=c:\mydb.db;Version=3;Enlist=N;
SQLite

Disable create database behaviour

If the database file doesn't exist, the default behaviour is to create a new file. Use the following parameter to raise an error instead of creating a new database file.

Data Source=c:\mydb.db;Version=3;FailIfMissing=True;
SQLite

Limit the size of database

Data Source=c:\mydb.db;Version=3;Max Page Count=5000;

The Max Page Count is measured in pages. This parameter limits the maximum number of pages of the database.

SQLite

Disable the Journal File

This one disables the rollback journal entirely.

Data Source=c:\mydb.db;Version=3;Journal Mode=Off;
SQLite

Persist the Journal File

This one blanks and leaves the journal file on disk after a commit. Default behaviour is to delete the Journal File after each commit.

Data Source=c:\mydb.db;Version=3;Journal Mode=Persist;
SQLite

Controling file flushing

Data Source=c:\mydb.db;Version=3;Synchronous=Full;

Full specifies a full flush to take action after each write. Normal is the default value. Off means that the underlying OS flushes I/O's.

 
http://www.jsqmd.com/news/36606/

相关文章:

  • SRS(simple-rtmp-server) 一快速环境搭建
  • SQL中GROUP BY WITH ROLLUP和GROUPING 函数的使用
  • ⚡️ 高性能绿色Markdown文档阅读器:Litho Book技能架构深度解析
  • 完整教程:深度学习实战:从图像分类到自然语言处理的完整指南
  • 【完整源码+内容集+部署教程】 黄瓜叶片检测系统源码和数据集:改进yolo11-RVB
  • EasyGBS/EasyNVR高并发适配!PostgreSQL部署指南
  • 详细介绍:K8S(七)—— Kubernetes Pod 进阶配置与生命周期管理全解析
  • 2025年门卫室岗亭源头厂家综合实力榜单:形象岗亭/小区值班岗亭/钢结构吸烟亭源头厂家精选
  • 2025 11 10
  • 2025 ICPC 南京站 游记
  • fastgithub
  • 2025年工业制冷优质供应商Top 5榜单:专业评测与推荐
  • 树莓派性能分析脚本
  • windows客户端配置免密上传代码到gitlab
  • 2025年餐盒吸塑机批发厂家综合实力榜单:水果盒吸塑机/吸塑成型设备/酒托吸塑成型机源头厂家精选
  • PDG常见问题
  • 2025年工业制冷供应商综合实力排行榜:专业评测与选择指南
  • 现今工业制冷实力厂家评测
  • 日志模块
  • 2025年图书馆书架定制生产厂家权威推荐榜单:儿童书架/学生书架/密集书架源头厂家精选
  • P10581 [蓝桥杯 2024 国 A] 重复的串 题解
  • AQS 是什么?
  • 2025年军训服定制厂家权威推荐榜单:幼儿园服/迷彩服/校服源头厂家精选
  • 神级项目,Github 上线封神,BettaFish你不可忽视的多Agent舆情分析神器~~~
  • 2025年湖南工商注册公司权威推荐榜单:工商注册流程变更/记账报税服务/代理记账财务源头机构精选
  • 完整教程:每日一个网络知识点:网络层ARP和RARP
  • MyEMS:赋能能源精细化管理的智慧引擎
  • nginx详细配置
  • 2025年新型建筑木方源头厂家综合实力榜单:建筑施工模板/覆膜建筑模板/清水覆膜板生产厂家精选
  • 我开源了一款基于unicloud + uniapp 开发的云端一体小程序:停车寻车助手 - 安雁