litecli VS sqlite-utils-jq

Compare litecli vs sqlite-utils-jq and see what are their differences.

sqlite-utils-jq

Plugin adding a jq() SQL function to sqlite-utils (by simonw)
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
litecli sqlite-utils-jq
4 2
2,023 8
0.9% -
5.8 3.7
2 days ago 9 months ago
Python Python
BSD 3-clause "New" or "Revised" 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.

litecli

Posts with mentions or reviews of litecli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.

sqlite-utils-jq

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" \

What are some alternatives?

When comparing litecli and sqlite-utils-jq you can also consider the following projects:

shiv - shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included.

pyjq - A Python binding for ./jq

kube-shell - Kubernetes shell: An integrated shell for working with the Kubernetes

sqlitebson - BSON extension for sqlite

iredis - Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

sqlite-utils-litecli - Interactive shell for sqlite-utils using litecli

spline - Spline is a tool that is capable of running locally as well as part of well known pipelines like Jenkins (Jenkinsfile), Travis CI (.travis.yml) or similar ones.

sqlite-utils - Python CLI utility and library for manipulating SQLite databases

GitHub PR Cleaner - Clear merged pull requests ref (branch) on GitHub

grist-core - Grist is the evolution of spreadsheets.

yaspin - A lightweight terminal spinner for Python with safe pipes and redirects 🎁

txtai - 💡 All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows