Replies: 1 comment 2 replies
-
ADBC is really aimed at expanding the data sources ladybug could query. Note that ADBC doesn't standardize SQL. When you go through DuckDB SQL, you don't need to worry about the idiosyncrasies of other SQL implementations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to make ADBC the intermediary for dbs like postgreSQL, SQLite and DuckDB? So as to run cypher queries directly(by converting to ADBC API) on the external DBs without copying table data into ladybug?
Beta Was this translation helpful? Give feedback.
All reactions