The module is an implementation of the internal DB API v1 connector for SQlite 3 file.
| Parámetro | Tipo | Descripció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 |
Copyright © 2011 Timo Teräs
Copyright © 2017
Copyright © 2024