sqlite-utils-jq

Plugin adding a jq() SQL function to sqlite-utils (by simonw)

Sqlite-utils-jq Alternatives

Similar projects and alternatives to sqlite-utils-jq

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sqlite-utils-jq alternative or higher similarity.

sqlite-utils-jq reviews and mentions

Posts with mentions or reviews of sqlite-utils-jq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-20.
  • Welcome to Datasette Cloud
    6 projects | news.ycombinator.com | 20 Aug 2023
    There are a few things you can do here.

    SQLite is great at JSON - so I often dump JSON structures in a TEXT column and query them using https://www.sqlite.org/json1.html

    I also have plugins for running jq() functions directly in SQL queries - https://datasette.io/plugins/datasette-jq and https://github.com/simonw/sqlite-utils-jq

    I've been trying to drive the cost of turning semi-structured data into structured SQL queries down as much as possible with https://sqlite-utils.datasette.io - see this tutorial for more: https://datasette.io/tutorials/clean-data

    This is also an area that I'm starting to explore with LLMs. I love the idea that you could take a bunch of messy data, tell Datasette Cloud "I want this imported into a table with this schema"... and it does that.

    I have a prototype of this working now, I hope to turn it into an open source plugin (and Datasette Cloud feature) pretty soon. It's using this trick: https://til.simonwillison.net/gpt3/openai-python-functions-d...

  • SQLite Functions for Working with JSON
    10 projects | news.ycombinator.com | 10 Aug 2023
    Since SQLite supports custom SQL functions, you can add JQ support to it pretty easily.

    I just threw together a plugin for my sqlite-utils CLI tool that adds a jq() function here:

    https://github.com/simonw/sqlite-utils-jq

    Use it like this:

        sqlite-utils memory "select jq(:doc, :expr) as result" \

Stats

Basic sqlite-utils-jq repo stats
2
8
3.7
9 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com