sqry-lang-oracle-plsql 4.10.1

Oracle PL/SQL language plugin for sqry - semantic search with Oracle-specific metadata
docs.rs failed to build sqry-lang-oracle-plsql-4.10.1
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.