sqlite3 v3.47.0
- Created
- Updated
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
# Usage
sqlite3 provides pkgconfig bindings.
sqlite3 provides CMake targets:
find_package(unofficial-sqlite3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::sqlite3::sqlite3)
# License
blessing
# Supported Platforms
All platforms are supported
# Features
Default feature: json1
# dbpage-vtab
Enable the recovery extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# dbstat
Enable the DBSTAT virtual table
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# fts3
Enable the FTS3 extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# fts4
Enable the FTS4 extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# fts5
Enable the FTS5 extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# geopoly
Enable geopoly functionality for sqlite3
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# json1 default
Enable JSON functionality for sqlite3
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# limit
Enable the UPDATE/DELETE LIMIT clause
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# math
Enable math functions
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# memsys3
Enable MEMSYS3
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# memsys5
Enable MEMSYS5
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# omit-load-extension
Enable loading of external extensions
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# rtree
Enable the RTREE extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# session
Enable the SESSION extension
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# snapshot
Enable the snapshot function
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# soundex
Enable the SOUNDEX scalar function
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tool
Build sqlite3 executable
Supports: !uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# unicode
Enable unicode support
Host Dependencies:
No dependencies.
# zlib
Build sqlite3 command line tool with zlib support; has no effect on the library itself
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- 3fd
- buck-yeh-bux-sqlite
- colmap
- dlib (feature
sqlite3
) - drogon (feature
sqlite3
) - gdal (feature
sqlite3
) - gz-transport12
- ignition-transport8
- ignition-transport9
- libdjinterop
- libgpod
- libodb-sqlite
- libsndfile (feature
regtest
) - libsoup
- libspatialite
- mapnik (feature
input-sqlite
) - mapnik (feature
utility-pgsql2sqlite
) - nss
- oatpp-sqlite
- openslide
- osgearth
- poco (feature
sqlite3
) - proj
- python3 (feature
extensions
) - qt5-base
- qtbase (feature
sql-sqlite
) - rtabmap
- sese (feature
sqlite3
) - soci (feature
sqlite3
) - spatialite-tools
- sqlite-modern-cpp
- sqlite-orm
- sqlitecpp
- sqlpp11 (feature
sqlite3
) - vtk (feature
sql
) - wt (feature
sqlite3
)
# Host Dependents
# Contributors
- Alexander Karatarakis
- Ninetainedo
- Robert Schumacher
- Chris Bond
- Charles Barto
- Dale Stammen
- flysha
- Mikhail Paulyshka
- pravic
- Daniel Strommen
- pastdue
- Robert Colton
- Andy Li
- Patrick Geltinger
- Xiao Ai
- Kevin Lu
- Jackie Ng
- Jack·Boos·Yu
- NancyLi1013
- huangqinjin
- Richard H
- Phoebe
- sanjaychugh
- JonLiu1993
- Be
- Koby Kahane
- Matthias Kuhn
- Frank
- Cheney Wang
- MSP-Greg
- Burak Arslan
- Kai Pastor
- Billy O'Neal
- klaus triendl
- Thomas1664
- autoantwort
- Weihang Ding
- Jia Yue Hua
- Osyotr
- c8ef
- arasan01
- MonicaLiu
- Kadir
- jim wang
- Egor Krugletsov
# Changelog
and 80 more commits:
aac5a17
[sqlite3] Update to 3.30.1b2c295e
[sqlite3] update to 3.24.090db2c7
[sqlite3] Fix tool feature with static buildscde623c
[sqlite3] update to 3.23.1182450a
[sqlite3] update to 3.23.062a015b
[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"9f9778c
[many ports] Improve behavior on Linux and general cleanupae48463
[sqlite3] update to 3.21.0601661e
[sqlite3] update to 3.20.126516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)14c3c51
[sqlite3] update to 3.19.1e5a4f03
[sqlite3] update to 3.18.013940af
[sqlite3] fix uwp buildscad7e2a
[sqlite3] upgrade to 3.17.0c128d00
use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME1808d46
triplet is now automatically included before portfiles.2dad2a8
fixed typo in sqlite3 config file284d50c
added a config file for sqlite035952b
added static build support to sqlite20a9bb8
added rtree and unlock_notify support to builds of sqlite (odb needs this)796e65e
[sqlite3] Remove parentheses from version field56f8c6a
[sqlite3] Use SOURCE_PATH in a similar manner as other portfiles8d1d8df
updated control and cmake files for latest version of sqlite3679955
Introduce SOURCE_PATH to almost all portfiles930d0a7
URL and MIRRORS are now URLSfc26083
Second part of updated portfilesccca198
Initial commit