CybercentreCanada / jupyterlab-sql-editor

A JupyterLab extension providing, SQL formatter, auto-completion, syntax highlighting, Spark SQL and Trino
BSD 3-Clause "New" or "Revised" License
83 stars 13 forks source link

caching last query #160

Closed cccs-nik closed 3 months ago

cccs-nik commented 3 months ago

Cache only last query executed. Use cache if SQL statement is of SELECT type and unchanged from last cell execution.