oyvindberg / typo

Typed Postgresql integration for Scala. Hopes to avoid typos
https://oyvindberg.github.io/typo/
MIT License
101 stars 11 forks source link

make codegen faster #49

Closed oyvindberg closed 3 months ago

oyvindberg commented 1 year ago

it currently analyzes all views sequentially, even if they are not needed. in most cases the views in the postgres schemas are not needed. can support this by introducing some lazyness, and spreading across multiple transactions. can also analyze files in parallel at that point