Skip to content

Conversation

@taghreed1kh
Copy link
Collaborator

I added a new Streamlit feature called Database Uploader.
It allows the user to upload SQLite database files (.db / .sqlite) or schema.json files.

When a .db file is uploaded, the app automatically extracts the schema using the extract_sqlite_schema function.
When a JSON schema file is uploaded, it is displayed and saved for later use.

✅ Added files:

streamlit_app/db_uploader.py

streamlit_app/db_fetcher.py

streamlit_app/init.py

✅ Purpose:
This helps users easily upload and view database schemas directly inside the Streamlit app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants