oracle-cache-up READMEOracleCacheUp caches Oracle database metadata locally to provide rich hover definitions for tables, views, fields, aliases, CTEs, and inline views directly in SQL files. Why OracleCacheUpMany Oracle developers relied on metadata hovers in previous Oracle VS Code tooling to quickly inspect table structures and field definitions while writing SQL. OracleCacheUp restores that workflow by building a local metadata cache and providing rich hover information directly within SQL files. Unlike the original implementation, OracleCacheUp also understands:
Features
RequirementsWorks with Oracle databases. Includes built-in metadata support for:
Advanced users may also enter custom metadata queries for environments that store metadata in non-standard locations, or manually edit the generated Getting Started
Alternatively, advanced users may populate the metadata cache manually without creating a database connection. Extension SettingsThis extension contributes the following settings:
Known IssuesVery large metadata caches (100MB+) may increase memory usage and impact hover performance. Release Notes1.0.0Initial Release. |

