EvgSkv / logica

Logica is a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.
https://logica.dev
Apache License 2.0
1.69k stars 89 forks source link

Using with AWS Redshift/Athena #168

Open Bhushanb333 opened 2 years ago

Bhushanb333 commented 2 years ago

Hi There, Didn't get much of documentation on this, how can I use it against Redshift DB through Query/Athena.

EvgSkv commented 2 years ago

Hello, Redshift/Athena isn't supported at this moment. Fully supported Engines as of September 2021 are

"Fully supported" means that basic syntax, including lists and records works. Some functions should be accessed via SqlExpr function.

Partially supported are

Contributions to support Athena and other engines are welcome!