cybertec-postgresql / poc-plpgsql-analyzer

Proof of concept for tooling to migrate PL/SQL code to PL/pgSQL written in Rust
MIT License
7 stars 0 forks source link

Parser: Add package support #96

Closed KieranKaelin closed 1 year ago

KieranKaelin commented 1 year ago

The current parser is not able to parse packages. Since they make up the bulk of the migration effort, they should be assessed as well.

Goal

Expand the parser to be able to parse package specifications and package bodies.

How to demo

Corresponding tests showcasing package specifications and bodies being parsed.