[EN]
Parameters for working with SQLite databases. When you select a specific database, additional information on the parameters of the selected database is displayed
No base selected
PRAGMA automatic_index
PRAGMA busy_timeout
PRAGMA cache_spill
PRAGMA checkpoint_fullfsync
PRAGMA collation_list
PRAGMA compile_options
PRAGMA defer_foreign_keys
PRAGMA encoding
PRAGMA foreign_keys
PRAGMA fullfsync
PRAGMA max_page_count
PRAGMA page_count
PRAGMA query_only
PRAGMA quick_check
PRAGMA read_uncommitted
PRAGMA recursive_triggers
PRAGMA reverse_unordered_selects
PRAGMA schema_version
PRAGMA user_version
PRAGMA secure_delete
PRAGMA soft_heap_limit
PRAGMA synchronous
Base selected
PRAGMA automatic_index
PRAGMA $$DB.busy_timeout
PRAGMA $$DB.cache_size
PRAGMA $$DB.cache_spill
PRAGMA $$DB.checkpoint_fullfsync
PRAGMA $$DB.collation_list
PRAGMA $$DB.compile_options
PRAGMA $$DB.defer_foreign_keys
PRAGMA $$DB.encoding
PRAGMA $$DB.foreign_keys
PRAGMA $$DB.freelist_count
PRAGMA $$DB.fullfsync
PRAGMA $$DB.integrity_check
PRAGMA $$DB.journal_mode
PRAGMA $$DB.journal_size_limit
PRAGMA $$DB.locking_mode
PRAGMA $$DB.page_size
PRAGMA $$DB.max_page_count
PRAGMA $$DB.page_count
PRAGMA $$DB.query_only
PRAGMA CORE.quick_check
PRAGMA $$DB.read_uncommitted
PRAGMA $$DB.recursive_triggers
PRAGMA $$DB.reverse_unordered_selects
PRAGMA $$DB.schema_version
PRAGMA $$DB.user_version
PRAGMA $$DB.secure_delete
PRAGMA $$DB.soft_heap_limit
PRAGMA $$DB.synchronous
[RU]
Параметры работы с базами SQLite. При выборе конкретной базы данных выводится дополнительная информация по параметрам выбранной базы
База не выбрана
PRAGMA automatic_index
PRAGMA busy_timeout
PRAGMA cache_spill
PRAGMA checkpoint_fullfsync
PRAGMA collation_list
PRAGMA compile_options
PRAGMA defer_foreign_keys
PRAGMA encoding
PRAGMA foreign_keys
PRAGMA fullfsync
PRAGMA max_page_count
PRAGMA page_count
PRAGMA query_only
PRAGMA quick_check
PRAGMA read_uncommitted
PRAGMA recursive_triggers
PRAGMA reverse_unordered_selects
PRAGMA schema_version
PRAGMA user_version
PRAGMA secure_delete
PRAGMA soft_heap_limit
PRAGMA synchronous
Выбрана база
PRAGMA automatic_index
PRAGMA $$DB.busy_timeout
PRAGMA $$DB.cache_size
PRAGMA $$DB.cache_spill
PRAGMA $$DB.checkpoint_fullfsync
PRAGMA $$DB.collation_list
PRAGMA $$DB.compile_options
PRAGMA $$DB.defer_foreign_keys
PRAGMA $$DB.encoding
PRAGMA $$DB.foreign_keys
PRAGMA $$DB.freelist_count
PRAGMA $$DB.fullfsync
PRAGMA $$DB.integrity_check
PRAGMA $$DB.journal_mode
PRAGMA $$DB.journal_size_limit
PRAGMA $$DB.locking_mode
PRAGMA $$DB.page_size
PRAGMA $$DB.max_page_count
PRAGMA $$DB.page_count
PRAGMA $$DB.query_only
PRAGMA CORE.quick_check
PRAGMA $$DB.read_uncommitted
PRAGMA $$DB.recursive_triggers
PRAGMA $$DB.reverse_unordered_selects
PRAGMA $$DB.schema_version
PRAGMA $$DB.user_version
PRAGMA $$DB.secure_delete
PRAGMA $$DB.soft_heap_limit
PRAGMA $$DB.synchronous