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

Rework Source-Generation to Improve the Build Process #114

Closed if-loop69420 closed 2 months ago

if-loop69420 commented 2 months ago

Summary

This PR contains the changes needed to rewrite this crate in order to provide a better experience during the build process.

What has been done