vanna icon indicating copy to clipboard operation
vanna copied to clipboard

Have the option to connect to duckdb in read only mode

Open mraad opened this issue 8 months ago • 0 comments

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):

mraad avatar Jun 02 '24 01:06 mraad