Skip to content

Added database upload feature (db_uploader) Allows user to upload .db/.sqlite or schema.json files and extract schema automatically.#3

Open
taghreed1kh wants to merge 4 commits intomainfrom
feature/db-fetcher
Open

Added database upload feature (db_uploader) Allows user to upload .db/.sqlite or schema.json files and extract schema automatically.#3
taghreed1kh wants to merge 4 commits intomainfrom
feature/db-fetcher

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.

1 participant