Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 767 Bytes

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.