SQLite datasource Configuration
Lightweight embedded relational database with simplicity and portability.
Parameters
Name | Type | Required | Description |
---|---|---|---|
check_same_thread | boolean | ❌ | Check same thread or not, default is False. Set False to allow sharing connection across threads Defaults: False |
driver | string | ❌ | Driver name, default is sqlite Defaults: sqlite |
path | string | ✅ | SQLite database file path. Use ':memory:' for in-memory database |