An open API service indexing awesome lists of open source software.

https://github.com/blackary/st.database

Prototype of st.database for streamlit
https://github.com/blackary/st.database

python sqlite streamlit

Last synced: about 1 year ago
JSON representation

Prototype of st.database for streamlit

Awesome Lists containing this project

README

          

# st.database

Adds a new object in streamlit, `st.database`, which is a key-value store that allows
you to store and retrieve any picklable object from a built-in database for use within
your application