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

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.