* AlaSQL database dictionary * * @interface databaseLookUp
| 120 | * @interface databaseLookUp |
| 121 | */ |
| 122 | interface databaseLookUp { |
| 123 | [databaseName: string]: database; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * AlaSQL table dictionary |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…