MCPcopy
hub / github.com/AlaSQL/alasql / databaseLookUp

Interface databaseLookUp

types/alasql.d.ts:122–124  ·  view source on GitHub ↗

* AlaSQL database dictionary * * @interface databaseLookUp

Source from the content-addressed store, hash-verified

120 * @interface databaseLookUp
121 */
122 interface databaseLookUp {
123 [databaseName: string]: database;
124 }
125
126 /**
127 * AlaSQL table dictionary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…