vanna
vanna copied to clipboard
Have the option to connect to duckdb in read only mode
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):