nowfound

Alternatives

Products that do what SPyQL – SQL with Python in the middle does

SPyQL (https://github.com/dcmoura/spyql) is SQL with Python in the middle, an open-source project fully written in Python for making command-line data processing more intuitive, readable and powerful. Try mixing in the same pot: a SQL SELECT for providing the structure, Python expressions for defining transformations and conditions, the essence of awk as a data-processing language, and the JSON handling capabilities of jq. How does a SPyQL query looks like? $ spyql “ IMPORT pendulum AS p SELECT (p.now() - p.from_timestamp(purchase_ts)).in_days() AS days_ago, sum_agg(price…

  1. 1CP
  2. 2
    JupySQL115

    JupySQL is a SQL client for Jupyter

    2023

  3. 3
    Hubql109

    Turn data models and APIs into diagrams and documentation

    2023

  4. 4
    ShapedQL211

    The SQL engine for search, feeds, and AI agents

    Jan 2026

  5. 5SQ

    Part of the workflow for building my website is the generation of a table in tab-separated column format (.tsv). The source data is found in four other .tsv files. I use an SQLite query to perform a 4-way join and write out the new table. For convenience, I wrote a script that encapsulates the query inside a Bash function. The example below illustrates this technique. repertoire() { pushd $CMM_SOURCES&#x2F;_data sqlite3 <<EOS .headers on .mode tabs .import category.tsv category .import composition.tsv composition .import concert.tsv concert .import program.tsv program .once repertoire.tsv…

    2021

  6. 6
    SQLPilot149

    AI First SQL Editor

    2024

  7. 7

    Converse with your data in natural language

    2023

  8. 8

    In-browser SQL Workbench for data querying & visualization

    2024

  9. 9
    soarSQL98

    The analytical SQL editor - powered by duckDB

    2025

  10. 10PA

    2019 · pugsql.org

  11. 11
    inQuery75

    An open source, free GraphQL monitoring tool for Node.js

    2019

  12. 12

    Turn plain language into powerful database queries

    2025

  13. 13
    Hubql CLI119

    Create data schema visualizations from your terminal

    2024

  14. 14
    Anyquery110

    Query anything with SQL (e.g. Notion, GitHub, JSON)

    2024

  15. 15

    Powerful online SQL sandbox

    2024

  16. 16SG
  17. 17

    A powerful new query language to analyze your data

    2016

  18. 18DS

    I played around with GPT-3 to build this demo. Select a public BigQuery dataset and describe your query in natural English, then edit the generated SQL as needed and execute it. https:&#x2F;&#x2F;app.tabbydata.com&#x2F;sql-assistant-demo

    2021

  19. 19MA

    This app works with any GraphQL endpoint, it makes an introspection query on initialization and save the schema to prefix gpt requests and create&#x2F;run queries. Mostly useful for people that want to access data from a database and don't know how to code in graphql.

    2023 · github.com

  20. 20SI
  21. 21PA
  22. 22

    Turn everyday language into SQL queries

    2025

  23. 23
    Aqreo25

    Let Aqreo write your Queries - SQL, MongoDB, and more.

    Sep 2025

  24. 24PS

    Hi HN, I built py-sql-cleaner, a CLI for formatting SQL embedded in Python files. Python formatters handle Python syntax. They do not format SQL written inside Python code. On the other hand, SQL formatters usually target SQL files or raw SQL text, not SQL embedded inside a Python file. Still, I think it is not uncommon to find long SQL queries inside Python codebases. py-sql-cleaner detects embedded SQL inside Python files and works only on that SQL. The main things it can do are: find the SQL, format it in place, or extract it into a .sql file. It avoids rewriting SQL that depends on…

    May 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →