A Better SQL in 11 Lines of Code
- Prela is a new query language being developed at UCLA RePL.
- The language is quite different from SQL, but its key ideas are very simple.
- In this short tutorial, we will build a toy version of Prela in Python to understand its core principles.
Unverified
- Prela is a new query language being developed at UCLA RePL.
- The language is quite different from SQL, but its key ideas are very simple.
- In this short tutorial, we will build a toy version of Prela in Python to understand its core principles.
Sources: Prela-lang