Streamlit Connection for CockroachDB.
With this apps you can connect to CockroachDB easily using st.connection in just few lines of code. You can also execute SQL queries and see the result in more efficient way.
- Python 3.8 or higher
- Streamlit 1.28.0 or higher
- Psycopg 3.0 or higher
pip install st-cockroachdb-connectionYou can see the example app on examples folder.
This project is licensed under the MIT License. See the LICENSE file for details.