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
- Host: GitHub
- URL: https://github.com/blackary/st.database
- Owner: blackary
- License: apache-2.0
- Created: 2022-08-24T15:28:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T20:36:42.000Z (over 3 years ago)
- Last Synced: 2025-03-14T20:43:55.959Z (over 1 year ago)
- Topics: python, sqlite, streamlit
- Language: Python
- Homepage: https://database.streamlitapp.com
- Size: 7.03 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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