Packages / Fedora 43 / Unspecified / sqlite
[Source: sqlite]
Package: sqlite
Similar packages:
- [lemon]
A parser generator
- [sqlite-analyzer]
An analysis program for sqlite3 database files
- [sqlite-debug]
SQLite shell configured for development and debugging purposes
- [sqlite-devel]
Development tools for the sqlite3 embeddable SQL database engine
- [sqlite-doc]
Documentation for sqlite
- [sqlite-libs]
Shared library for the sqlite3 embeddable SQL database engine.
- [sqlite-tcl]
Tcl module for the sqlite3 embeddable SQL database engine
- [sqlite-tools]
sqlite tools
Library that implements an embeddable SQL database engine
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host
SQLite is built with some non-default settings:
- Additional APIs for table's and query's metadata are enabled
(SQLITE_ENABLE_COLUMN_METADATA)
- Directory syncs are disabled (SQLITE_DISABLE_DIRSYNC)
- `secure_delete` defaults to 'on', so deleted content is overwritten
with zeros (SQLITE_SECURE_DELETE)
- `sqlite3_unlock_notify()` is enabled - this feature allows to register a
callback that's invoked when lock is removed (SQLITE_ENABLE_UNLOCK_NOTIFY)
- `dbstat` virtual table with disk space usage is enabled
- `dbpage` virtual table providing direct access to underlying database file
is enabled (SQLITE_ENABLE_DBPAGE_VTAB)
- Threadsafe mode is set to 1 - Serialized, so it is safe to use in a
multithreaded environment (SQLITE_THREADSAFE=1)
- FTS3, FTS4 and FTS5 are enabled so versions 3 to 5 of the full-text search
engine are available (SQLITE_ENABLE_FTS3, SQLITE_ENABLE_FTS4,
SQLITE_ENABLE_FTS5)
- Pattern parser in FTS3 extension supports nested parenthesis and operators
`AND`, `OR` (SQLITE_ENABLE_FTS3_PARENTHESIS)
- R*Tree index extension is enabled (SQLITE_ENABLE_RTREE)
- Extension loading is enabled
- Sessions (sqlite-session feature) is enabled
- Preupdate hook is enabled
It is also important to note that shell has some extensions as its dependencies,
so some extensions are enabled by default in SQLite shell, but not in the system
libraries. Only the aforementioned extensions are available in the libraries:
FTS3, FTS4, FTS5, R*Tree
No published records match this suite and architecture filter.
Package file paths (15)
Paths come from the repository package-file index for the observed builds. They describe archive/package associations, not every file that will exist on a running system after maintainer scripts, alternatives, generated state, diversions, or installation choices.
- /usr/bin/sqlite3
- /usr/lib/.build-id
- /usr/lib/.build-id/5b
- /usr/lib/.build-id/5b/fbea32dbe8db9fbf9f2742eef07fe4c909a1ca
- /usr/lib/.build-id/8c
- /usr/lib/.build-id/8c/10ec067288346783a361d2596b2b2d8483b6c9
- /usr/lib/.build-id/9d
- /usr/lib/.build-id/9d/36546f8d8af8628ee3d258e051beafb6dfa611
- /usr/lib/.build-id/9e
- /usr/lib/.build-id/9e/397de2c64b24e1324ed461785d4012c4aada86
- /usr/lib/.build-id/c4
- /usr/lib/.build-id/c4/2b9e4ba41509d52097d54283a34361d998fcab
- /usr/lib/.build-id/cb
- /usr/lib/.build-id/cb/728f8dc55c1527aec4849796ddc1a3f08a1a95
- /usr/share/man/man1/sqlite3.1.gz
Versions, suites, and repositories
Each row is recorded package-index metadata for one version, architecture, suite, and repository. Names, URLs, and sizes are source-reported; a link is a potentially mutable retrieval location, not an OpenFactory redistribution claim or proof that OpenFactory retained the artifact bytes.
No published records match this suite and architecture filter.