Alternatives to SQL¶
Databases¶
- EdgeQL (Python)
Languages that compile to SQL¶
- PRQL (Rust)
- [Malloy](https://github.com/malloydata/malloy - an experimental language for describing data relationships and transformations.
- Preql - An interpreted relational query language that compiles to SQL.
- Logica - a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.
Query builders (internal DSLs)¶
- SQLAlchemy
- https://github.com/kayak/pypika
Comparison¶
https://www.youtube.com/watch?v=x1fCJ7sUXCM
Page last modified: 2024-11-13 14:01:29