* AlaSQL table dictionary * * @interface tableLookUp
| 129 | * @interface tableLookUp |
| 130 | */ |
| 131 | interface tableLookUp { |
| 132 | [tableName: string]: table; |
| 133 | } |
| 134 | |
| 135 | interface Database { |
| 136 | new (databaseid?: string): Database; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…