singlestoredb-python icon indicating copy to clipboard operation
singlestoredb-python copied to clipboard

Python SDK for the SingleStore database and workspace management APIs

Results 9 singlestoredb-python issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://github.com/singlestore-labs/singlestoredb-python/assets/72758386/2350d91c-7669-4e1e-9fa6-d8625d6526a8)

Using LOAD DATA internally can significantly speed up (around 2x) ingestion of the data which is in memory. The PR in its current form is not to be merged -...

## Description It'd be great to see a tutorial or documentation of the 2 frameworks. Probably a user working locally via a jupyter notebook and [jupysql](https://github.com/ploomber/jupysql) to query and perform...

It would be nice to have a way to retrieve performance metrics to determine where most of the time is being spent in an API call. The calls mainly consist...

feature

The driver used by the SingleStoreDB client is PyMySQL which can cause some performance issues especially when downloading larger amounts of data. There should be tests in place to track...

feature

This MR - modifies run_dashboard_app to take a Dash app object - sets the base path for the app based on env vars - modify deprecated run -> run_server

Hi, Just a heads up that our connection to our SingleStore DB was broken yesterday, following release v1.12.3. We had to pin it to v1.12.2 to solve the issue. It...