machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Support for Oracle SQL #475

Open Tazinho opened 1 year ago

Tazinho commented 1 year ago

Are there any plans to include Oracle SQL as a supported SQL dialect?

Also are there any workarounds in order to use straigt Oracle SQL in a siuba query similar as in dbplyr where I can mix dplyr and SQL statements?

(Also a general statement on the status of the package and future plans would be nice as the last commits seem to be from 2022)