1. Home
  2. Browse
  3. sqlite3

sqlite3

v3.48.0#0Latest

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

Install

Run the following Vcpkg command to install the port.

vcpkg install sqlite3

Usage

sqlite3 provides pkgconfig bindings.

sqlite3 provides CMake targets:

find_package(unofficial-sqlite3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::sqlite3::sqlite3)

Features

Dependencies

See source

Version

v3.48.0#0

Publication

Supports

All

Homepage

sqlite.org

Subtree

8b6ee89e21

License

blessing

Definition

Manifest