sqlite_protobuf
sqlite_protobuf copied to clipboard
An updated fork of sqlite_protobuf (https://github.com/rgov/sqlite_protobuf), a SQLite extension for extracting values from serialized Protobuf messages.
This fork of sqlite_protobuf fixes some issues (e.g., #15) and removes the test suite that we do not use.
It also comes with proto_table, a C library to construct ergonomic
views on top of the sqlite_protobuf extension.
Protobuf Extension for SQLite
This project implements a run-time loadable extension for SQLite. It allows SQLite to perform queries that can extract field values out of stored Protobuf messages.
See also the JSON1 Extension, which is a similar extension for querying JSON-encoded database content.