Skip to content

An updated fork of sqlite_protobuf (https://github.com/rgov/sqlite_protobuf), a SQLite extension for extracting values from serialized Protobuf messages.

License

Notifications You must be signed in to change notification settings

backtrace-labs/sqlite_protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An updated fork of sqlite_protobuf (https://github.com/rgov/sqlite_protobuf), a SQLite extension for extracting values from serialized Protobuf messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published