New Component: Streamlit-RxDb-Dataframe, connect indexedDB as collection as dataframe

Hi all! Iโ€™m new here. I created my first streamlit component to connect local browser indexedDB and show with dataframe or table


screencast

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

1 Like