singlestore-labs / singlestoredb-python

Python SDK for the SingleStore database and workspace management APIs
Apache License 2.0
22 stars 17 forks source link

add new connection create_database_st method #15

Closed lneves12 closed 10 months ago

lneves12 commented 10 months ago

Add new method to make it easier to develop notebooks that work against the singlestore cloud free tier. I didn't write any docs, because I don't think this makes sense to expose to anywhere else than to our gallery notebooks

testing

I ran % SINGLESTOREDB_URL=singlestoredb://root:root@localhost:4444 pytest ./singlestoredb/tests/test_connection.py multiple times