跳到主要内容
版本:dev

SQLite datasource Configuration

Lightweight embedded relational database with simplicity and portability.

Parameters

NameTypeRequiredDescription
check_same_threadboolean
Check same thread or not, default is False. Set False to allow sharing connection across threads
Defaults:False
driverstring
Driver name, default is sqlite
Defaults:sqlite
pathstring
SQLite database file path. Use ':memory:' for in-memory database