Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have the option to connect to duckdb in read only mode #475

Open
mraad opened this issue Jun 2, 2024 · 0 comments
Open

Have the option to connect to duckdb in read only mode #475

mraad opened this issue Jun 2, 2024 · 0 comments

Comments

@mraad
Copy link

mraad commented Jun 2, 2024

Update the connect_to_duckdb function with read_only parameter (as below) This can help in creating RO streamlit apps.

def connect_to_duckdb(self, url: str, init_sql: str = None, read_only: bool = False):

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

No branches or pull requests

1 participant