Hi @zth, one user here. I found this package, I’m starting to use it in a project and I find it great. My experience is that with this approach, almost every database error can be caught in compile time instead of in runtime.
Not sure what other alternatives exist - I want to use plain postgres, so pgtyped fits my use case well.
Right now I can report issues that pop up during using it, which I’ll continue. Working on fixes actually would be harder as the codebase is a bit over my head right now, but maybe one day I’ll be able to do that too.