malloy VS PluSQL

Compare malloy vs PluSQL and see what are their differences.

malloy

Malloy is an experimental language for describing data relationships and transformations. (by malloydata)

PluSQL

A non-ActiveRecord based ORM for SQL lovers (by iaindooley)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
malloy PluSQL
19 2
1,827 7
1.4% -
9.8 10.0
10 days ago over 8 years ago
TypeScript PHP
MIT License GNU General Public License v3.0 or later
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.

malloy

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

PluSQL

Posts with mentions or reviews of PluSQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-17.
  • I don't need your query language
    12 projects | news.ycombinator.com | 17 Jun 2023
    I feel exactly the same way about ActiveRecord ORMs. That’s why I created PluSQL:

    https://github.com/iaindooley/PluSQL

  • Case against OOP is understated, not overstated
    5 projects | news.ycombinator.com | 10 Feb 2022
    "The saddest thing about the "object–relational impedance mismatch" is that the focus went totally to the wrong side. The relational model is a much nicer way to model relations than a graph of objects (that's the whole point after all)."

    I found the same thing. When I was using ORMs I always found them clunky for all but the simplest tasks, where I would long for an easy way to use SQL and have it "just work" for objects, so I created this:

    https://github.com/iaindooley/PluSQL

    It's obviously not been maintained but I think it's a model that has legs: that is, simply the creation of SQL with some convenience methods, allow the use of completely arbitrary SQL, and then intuit the object mapping automatically without loading the entire result set into memory.

What are some alternatives?

When comparing malloy and PluSQL you can also consider the following projects:

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

PostgreSQL - Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

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

dotty

Preql - An interpreted relational query language that compiles to SQL.

partiql-lang-kotlin - PartiQL libraries and tools in Kotlin.

rfcs - RFCs for major changes to EdgeDB

spyql - Query data on the command line with SQL-like SELECTs powered by Python expressions

xsuspender - :eyes: :computer: :zzz: :battery: Save battery by auto-suspending unfocused X11 applications.

Sift - Sift is a basic, Relational Algebra based query engine built on top of Apache Arrow. It draws inspiration from Andy Grove's KQuery.

BQL - BQL: A Better Query Language, SQL Superset

tresql - Shorthand SQL/JDBC wrapper language, providing nested results as JSON and more