MCPcopy
hub / github.com/antonycourtney/tad / ImportedFileInfo

Interface ImportedFileInfo

packages/reltab-fs/src/reltab-fs.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25export const dataFileExtensions = ["csv", "tsv", "parquet", "csv.gz", "tsv.gz"];
26
27interface ImportedFileInfo {
28 baseName: string;
29 tableName: string | null;
30 path: string;
31}
32
33let _duckDBDriver: DuckDBDriver | null;
34async function getDuckDBDriver(): Promise<DuckDBDriver> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected