libpqlite3-sys 1.1.0

Native bindings to PQLite (Post-Quantum SQLite)
Documentation
  • Coverage
  • 0%
    0 out of 45 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dyber-pqc/PQLite
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dyber-pqc

libpqlite3-sys

Native FFI bindings to PQLite (Post-Quantum SQLite).

For a safe Rust API, use the pqlite crate instead.

Requirements

Install PQLite on your system first:

# Ubuntu/Debian
sudo add-apt-repository ppa:dyber/pqlite
sudo apt install libpqlite3-dev

# macOS
brew tap dyber-pqc/tap && brew install pqlite

# Or build from source
git clone https://github.com/dyber-pqc/PQLite.git
cd PQLite && ./configure && make sqlite3.c && cmake -B build -DPQLITE_PQC=ON && cmake --build build && sudo cmake --install build

License

MIT — Copyright (c) 2025-2026 Dyber, Inc.