nowfound

Alternatives

Products that do what It's been nearly 50 years. Is SQL outdated? does

Actually, the Q in SQL represents query. The original purpose of inventing SQL is to query (i.e., calculation), which is the main goal of SQL. However, it is hard to say that SQL is very competent when describing computing tasks. Here is an example that is actually not very complicated: calculate the maximum consecutive days that a stock keeps rising. Write it in SQL is like this: select max (consecutive_day) from (select count(*) (consecutive_day from (select sum(rise_mark) over(order by trade_date) days_no_gain from (select trade_date, case when closing_price>lag(closing_price) over(order…

  1. 1
    ShapedQL211

    The SQL engine for search, feeds, and AI agents

    Jan 2026

  2. 2SH
  3. 3

    Learn SQL the fast way, with Notion SQL Learning

    2022

  4. 4

    Generate SQL Queries with AI in Seconds

    2022

  5. 5ST
  6. 6

    Analyze CSV records using sql syntax right in your browser

    2022

  7. 7
    AI2sql240

    Write SQL queries with no knowledge of SQL

    2021

  8. 8DS

    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://app.tabbydata.com/sql-assistant-demo

    2021

  9. 9TE

    2019 · github.com

  10. 10SS

    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…

    2022 · github.com

  11. 11PA
  12. 12
    SQLify121

    Query all your apps using sql

    2024

  13. 13SB

    2021 · garden.bradwoods.io

  14. 14

    Generate arduous database queries in a snap

    2023

  15. 15
    Jaime170

    Turn SQL into powerful dashboards

    2018

  16. 16
    Numeracy203

    A SQL pad that gives you x-ray vision for your data

    2017

  17. 17QC
  18. 18

    Reusable, SQL-based business logic you can COUNT() on

    2016

  19. 19

    AI Bot writes SQL statements (& more) for you in seconds ⚡️

    2022

  20. 20

    Turn everyday language into SQL queries

    2025

  21. 21

    Use data without SQL

    2021

  22. 22

    No SQL query, just chat with your SQL/NoSQL databases

    2023

  23. 23ST

    2015 · sqlteaching.com

  24. 24

    Generate SQL with AI

    2023

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