mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
perspective cache - basic design
This commit is contained in:
@@ -26,7 +26,9 @@ export default function usePerspectiveConfig(tabid) {
|
||||
return config;
|
||||
}
|
||||
|
||||
export function usePerspectiveCache() {
|
||||
const cache = writable({});
|
||||
return cache;
|
||||
}
|
||||
// export function usePerspectiveCache() {
|
||||
// const cache = writable({
|
||||
// tables: {},
|
||||
// });
|
||||
// return cache;
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user