singlestoredb-python
singlestoredb-python copied to clipboard
Python SDK for the SingleStore database and workspace management APIs

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...
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...
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...