surrealdb.py
                                
                                
                                
                                    surrealdb.py copied to clipboard
                            
                            
                            
                        SurrealDB SDK for Python
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Makes it easier to start contributing to...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? ## Type of Change - [ ]...
### Is your feature request related to a problem? I have some data saved in `.xlsx` documents (~ 10,500 rows, 4.3 MB in total) that I need to ingest into...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? ## Type of Change - [ ]...
### Describe the bug Although we can set the `max_size` value when we create the Surreal() WebSocket connection, this is not propagated to the actual websocket connection. Therefore, when we...
### Describe the bug insert datetime value to table ### Steps to reproduce I want insert this {'date': '2023-07-03T07:18:52.841147', 'open': 27430.0, 'high': 27730.0, 'low': 27420.0, 'close': 27720.0, 'final': 27490.0, 'y_final':...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? It looks like there was a lot...
### Is your feature request related to a problem? I'm trying to host an instance of SurrealDB using a self signed TLS certificate. However, I can't use the python SDK...
### Describe the bug I have this field ``` DEFINE FIELD rate_limit_reset ON TABLE api_keys TYPE duration DEFAULT 1h; ``` ```python File "/home//api/src/api/TESTSTST.py", line 19, in main result = await...
### Describe the bug `select value` returns a slightly different shape than a normal `select`, the fix would be to add a check for that before returning the response. ie....