Hi all! I’m new here. I created my first streamlit
component to connect local browser indexedDB
and show with dataframe
or table
Main features you can benefit from it:
- Start performant local database with sync capabilities by providing JSONSchema and some other config options, such as initial data
- Edit documents if displayed with
data_editor
widget - Query local data at DB-level (RxCollection & RxQuery)
- Access info & data from
st.session_state['rxdb']
Demo: https://st-rxdb-dataframe.streamlit.app/
Github: ngx-odm/packages/streamlit-rxdb-dataframe at master · voznik/ngx-odm · GitHub
PyPi: streamlit-rxdb-dataframe · PyPI