Marcelino Veloso
Marcelino Veloso
With respect to the typing of Table class itself, my interim solution: ```python from sqlite_utils.db import Table def tbl(self, table_name: str) -> Table: tbl = self.db[table_name] if isinstance(tbl, Table): return...
Apologies, I've since moved on but if it helps debug, an earlier commit where I applied it had the following template format that would generate the svg file: ```svg @import...
I appreciate the library and also would like to throw support to enabling the option rather than as a default. For my specific use case, within VS Code, I tend...