databend-py icon indicating copy to clipboard operation
databend-py copied to clipboard

Databend Cloud Python Driver with native interface support

Results 4 databend-py issues
Sort by recently updated
recently updated
newest added

Create table: ```sql ./target/debug/bendsql  ✔  eason@databend-arch1 Welcome to BendSQL 0.17.0-1f08d67(2024-04-25T02:50:17.575815250Z). Connecting to localhost:8000 as user root. Connected to Databend Query v1.2.329-nightly-2e3459707e(rust-1.77.0-nightly-2024-04-24T06:04:56.359605219Z) :) select * from t; tuple res...

While returning data from databend connector we are getting data in string. could you please add an option to return value in native python datatpye based on data type defined...

currently only List[Tuple] is supported in executing INSERT. however sometimes the table have so many columns (100+), using tuple will be a pain.