|
|
|
|
|
by wismwasm
580 days ago
|
|
I’m just using Ibis: https://ibis-project.org/
They provide a nice backend agnostic API. For most backends it will just compile to SQL and act as a query builder. SQL basically has solved the problem of providing a declarative data transformation syntax, why reinvent the wheel? |
|