Show HN: PRQL 0.2 – Releasing a better SQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

    Hi everyone — thanks for your interest in PRQL — let us know any questions or feedback!

    We're excited to be releasing 0.2[1], the first version of PRQL you can use in your own projects. It wouldn't exist without the feedback we got from HackerNews when we originally posted the proposal.

    [1]: https://github.com/prql/prql/releases/tag/0.2.0

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. dbt-prql

    dbt-prql allows writing PRQL in dbt models

  4. postgres-conn

    I recently started implementing the Postgres protocol in Rust (https://github.com/dmeijboom/postgres-conn). So I guess I’ll be experimenting with creating a Postgres proxy which translates PRQL on-the-fly.

  5. wasm-pack

    📦✨ your favorite rust -> wasm workflow tool!

    That's true - the package is auto-generated using [wasmpak](https://github.com/rustwasm/wasm-pack), that's why TypeScript definitions are clunky. I did the initial prql-js release and I'm actually not sure about the free() issue you are talking about.

    We are currently working on compiling it for both Node.js and the browser target, and would be happy to see some advice if you are familiar with WASM!

  6. rfcs

    RFCs for major changes to EdgeDB (by edgedb)

    Replied on Twitter!

    > I see EdgeDB as primarily focused on transactional queries, whereas PRQL is very focused on analytical queries.

    That's true to an extent currently, but we actually envisioned EdgeQL to be a capable analytical query language too. We'll release EdgeDB 2.0 in a couple of weeks and it will feature a powerful GROUP BY statement (read more about it here [1]) and in 3.0 we might ship window functions (or some equivalent).

    With all that said PRQL looks cool!

    [1] https://github.com/edgedb/rfcs/blob/master/text/1009-group.r...

  7. mentat

    A persistent, relational store inspired by Datomic and DataScript. (by qpdb)

  8. logica

    Logica is a logic programming language that compiles to SQL. It runs on DuckDB, Google BigQuery, PostgreSQL and SQLite.

  9. Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

    I'm modeling the GP's comment. I think a common case is something like a polymorphic user/organization entity like GitHub: there is some kind of base user that is usable in a lot of places (e.g. https://github.com/) but there's also a load of distinct organization-specific fields and a load of distinct user-specific fields.

  10. Franchise

    🍟 a notebook sql client. what you get when have a lot of sequels. (by MobilityDB)

    If you appreciated that check out "Franchise - a notebook SQL client. What you get when you have a lot of sequels": https://github.com/MobilityDB/Franchise

  11. owoof

    A program for querying and modifying information in a datalog-like format backed by SQLite.

  12. prosto

    Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby

    > Joins are what makes relational modeling interesting!

    It is the central part of RM which is difficult to model using other methods and which requires high expertise in non-trivial use cases. One alternative to how multiple tables can be analyzed without joins is proposed in the concept-oriented model [1] which relies on two equal modeling constructs: sets (like RM) and functions. In particular, it is implemented in the Prosto data processing toolkit [2] and its Column-SQL language. The idea is that links between tables are used instead of joins. A link is formally a function from one set to another set.

    [1] Joins vs. Links or Relational Join Considered Harmful https://www.researchgate.net/publication/301764816_Joins_vs_...

    [2] https://github.com/asavinov/prosto data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Drasi: Microsoft's open source data processing platform for event-driven systems

    12 projects | news.ycombinator.com | 20 Oct 2024
  • Sqlite3 WebAssembly

    20 projects | news.ycombinator.com | 15 Oct 2024
  • Jarvis, génère moi un schéma de base de données

    2 projects | dev.to | 22 Aug 2024
  • Show HN: PGLite – PostgreSQL in the Browser

    1 project | news.ycombinator.com | 28 Jul 2024
  • Top Platforms for Deploying Bots: Free and Paid Options

    5 projects | dev.to | 15 Jul 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?