nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.75k stars 120 forks source link

Extension that supports Protocol buffers #32

Closed CompuRoot closed 2 years ago

CompuRoot commented 2 years ago

Here is extension that implements Protocol Buffers that you might want to add to the existing set of extensions

nalgeon commented 2 years ago

sqlean focuses on extensions with little to no external dependencies. This one requires Google's Protobuf, which is quite huge. So currently it's clearly out of scope.