docs.rs failed to build sqry-lang-oracle-plsql-4.8.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Oracle PL/SQL language plugin for sqry.
Provides graph-native extraction via OraclePlsqlGraphBuilder, AST parsing,
and scope extraction for PL/SQL source files.
Current Limitations
The tree-sitter-plsql grammar is designed primarily for PACKAGE and PACKAGE BODY parsing. Standalone procedures, functions, and triggers have limited support in the current grammar version (commit 28aebef, 2022-12-11).
These limitations will be addressed as the upstream grammar evolves.