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 view definition SQL optional #23

Closed wjoel closed 1 year ago

wjoel commented 1 year ago

It is not defined for the database I tested with typo, so definitely not safe to just run .get on this. Leaving it as Option doesn't do any harm either.

oyvindberg commented 1 year ago

Interesting! Thanks a lot :)

oyvindberg commented 1 year ago

Gonna have to rebase on main. I'll do it tomorrow if you don't have the time :)