rel8
Preql
Our great sponsors
rel8 | Preql | |
---|---|---|
2 | 11 | |
104 | 518 | |
- | - | |
7.9 | 7.9 | |
3 days ago | 10 days ago | |
Haskell | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
rel8
Preql
-
Show HN: PRQL – A Proposal for a Better SQL
It seems people here are really interested in alternatives to SQL. So perhaps you'd also like to have a look at https://github.com/erezsh/Preql
(Same name, same goal, different approach, and already working)
-
Made a Programing language using python
There's also lark, which is used by a plethora of projects (I haven't used it, but I heard about PreQL on a podcast where they talk for a bit about what it's like to develop a new language in lark)
-
A primer on programming languages for data science
Just want to mention preql exists as an option - https://github.com/erezsh/Preql
- Ask HN: SQL tooling: REPL-likes, Intellisense, etc.
-
Against SQL
I share the author's point of view, which led me to start a new relational programming language that compiles to SQL. If that sounds interesting, you can find it here: https://github.com/erezsh/Preql
-
Preql: A relational language that compiles to SQL
Hi everyone, I'm happy to introduce Preql.
If you are a SQL veteran, who isn't afraid of recursive queries, check out the tree example. I think it really highlights how really complicated code can become much more managable: https://github.com/erezsh/Preql/blob/master/examples/tree.pql
- Show HN: Preql – a database query language that compiles to SQL
- Preql: a new relational programming language that compiles to SQL
What are some alternatives?
PyPika - PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
opaleye
db-benchmark - reproducible benchmark of database-like ops
fquery - A graph query engine
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
prql - PRQL is a modern language for transforming data — a simpler and more powerful SQL
jrutil
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
malloy - Malloy is an experimental language for describing data relationships and transformations.
terminusdb-client-python - TerminusDB Python Client