sqlite_protobuf VS sqlite-plus

Compare sqlite_protobuf vs sqlite-plus and see what are their differences.

sqlite_protobuf

A SQLite extension for extracting values from serialized Protobuf messages (by rgov)

sqlite-plus

The ultimate set of SQLite extensions (by nalgeon)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sqlite_protobuf sqlite-plus
2 29
80 3,384
- -
0.0 7.4
over 1 year ago 9 days ago
C++ C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sqlite_protobuf

Posts with mentions or reviews of sqlite_protobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-21.
  • One-liner for running queries against CSV files with SQLite
    20 projects | news.ycombinator.com | 21 Jun 2022
    SQLite's virtual table API (https://www.sqlite.org/vtab.html) makes it possible to access other data structures through the query engine. You don't need to know much if anything about how the database engine executes queries, you only need to implement the callbacks it needs to do its job. A few years ago I wrote an extension to let me search through serialized Protobufs which were stored as blobs in a regular database.

    https://github.com/rgov/sqlite_protobuf

  • SQLite Plus: all the missing SQLite functions
    6 projects | news.ycombinator.com | 3 Apr 2021
    Some time ago I joined a project that was recording logs in Protobuf format. I demonstrated that we could log the serialized Protobuf structures to a SQLite database and then use a plugin to query across the message fields: https://github.com/rgov/sqlite_protobuf

    Learning how to use the SQLite extension API was a little mind-expanding but it worked like a charm.

sqlite-plus

Posts with mentions or reviews of sqlite-plus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • I'm writing a new vector search SQLite Extension
    10 projects | news.ycombinator.com | 2 May 2024
    I definitely plan to! I have a much larger list of SQLite extensions I've built here: https://github.com/asg017/sqlite-ecosystem

    Here's a few other references you may enjoy if you wanna learn more about SQLite extensions:

    - The single source file for sqlite-vec: https://github.com/asg017/sqlite-vec/blob/main/sqlite-vec.c

    - sqlean, a project from Anton Zhiyanov which is good base of great SQLite extensions: https://github.com/nalgeon/sqlean

    - The official SQLite docs: https://www.sqlite.org/loadext.html

    - The "hello world" SQLite extension example: https://www.sqlite.org/src/file/ext/misc/rot13.c

  • Sqlime: Online SQLite Playground
    5 projects | news.ycombinator.com | 9 Apr 2024
    People should check out Nalgeon's work on SQLite extensions: https://github.com/nalgeon/sqlean.
  • Sqlite3 and electron in production
    1 project | /r/electronjs | 2 Jul 2023
    Extra - Not sure what you are doing with the database but I came across this repo of extensions that seem pretty solid - https://github.com/nalgeon/sqlean
  • Sqlpkg – SQLite Package Registry
    1 project | news.ycombinator.com | 1 Jul 2023
    The simplicity of tree-navigation in "closure" is pretty amazing for how simple it is: https://github.com/nalgeon/sqlean/issues/27

    Given that SQLite supports huge sizes for text, you could almost use the above as a way to create an outliner, with everything stored in the database itself ...

  • The ultimate set of SQLite extensions
    1 project | /r/webdev | 1 Mar 2023
  • sqlean: A set of SQLite extensions
    1 project | /r/patient_hackernews | 28 Feb 2023
    1 project | /r/hackernews | 28 Feb 2023
    1 project | /r/hypeurls | 28 Feb 2023
  • The Set of SQLite Extensions
    3 projects | news.ycombinator.com | 28 Feb 2023
    https://github.com/nalgeon/sqlean/blob/main/docs/define.md

    I've been considering using that. Anyone have any experience with it?

  • Making SQLite extensions pip install-able
    18 projects | news.ycombinator.com | 6 Feb 2023
    Author here, happy to answer questions!

    Simon already gave a great intro to my SQLite extensions, and I just want to point folks to Anton Zhiyanov's sqlean project, for pure-C extensions: https://github.com/nalgeon/sqlean

    Also, some of these extensions are also packaged as Datasette plugins, so you can also run `datasette install datasette-sqlite-regex` or `datasette install datasette-sqlite-ulid` to add these extension to your Datasette instances! https://docs.datasette.io/en/stable/plugins.html

What are some alternatives?

When comparing sqlite_protobuf and sqlite-plus you can also consider the following projects:

dflat - Structured Data Store for Mobile

datasette-lite - Datasette running in your browser using WebAssembly and Pyodide

sqlite_ora_functions

sqliteviz - Instant offline SQL-powered data visualisation in your browser

sqlite-parquet-vtable - A SQLite vtable extension to read Parquet files

mergestat-lite - Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊

visidata - A terminal spreadsheet multitool for discovering and arranging data

go-sqlite3-stdlib - A standard library for mattn/go-sqlite3 including best-effort date parsing, url parsing, math/string functions, and stats aggregation functions

json2csv - Convert json to csv with column titles

xsv - A fast CSV command line toolkit written in Rust.

indie-stack - The Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, formatting, etc.