← Volver al índice de módulos

db_sqlite

The module is an implementation of the internal DB API v1 connector for SQlite 3 file.
🗄️ Base de Datos Kamailio 6.1 6 parámetros

Descripción general

The module is an implementation of the internal DB API v1 connector for SQlite 3 file.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/db_sqlite.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/db_sqlite

Parámetros de configuración

ParámetroTipoDescripción
db_set_readonly string 3.2. db_set_journal_mode (string) 3.3. db_set_busy_timeout (int)
db_set_journal_mode string 3.3. db_set_busy_timeout (int)
db_set_busy_timeout int 3.1. db_set_readonly (string)
db_set_readonly string This will set the db connection to "SQLITE_OPEN_READONLY", useful if another program is writing to the DB. The value is the full path to the sqlite file used for example in any db_url or sqlops/sqlcon
db_set_journal_mode string This will set the db connection journal mode, for the given connection. The value is the full path to the sqlite file used for example in any db_url or sqlops/sqlcon Other journal mode are : DELETE |
db_set_busy_timeout int This will set the db connection busy timeout to let it wait for the given milliseconds for database locks to be released by other processes before giving up. Use this with the WAL journaling mode if y

Autores y contribuidores

Timo TeräsJulien Chavanton <jchavanton@gmail.com>Andreas Granig <agranig@sipfront.com>

Copyright © 2011 Timo Teräs
Copyright © 2017
Copyright © 2024

Módulos relacionados

db2_ops db_cluster db_flatstore db_mongodb db_mysql db_postgres db_redis db_text