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

Analyzer: Implement triggers #93

Closed KieranKaelin closed 1 year ago

KieranKaelin commented 1 year ago

The analyzer currently only knows of functions, procedures and views.

Goal

Expand the analyzer (and by extension the WASM package) to be able to analyze triggers.

How to demo

Corresponding tests showcasing a trigger being analyzed.