oyvindberg / typo

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

parse (some) constraints #43

Open oyvindberg opened 1 year ago

oyvindberg commented 1 year ago

the testInsert feature is awesome for inserting test data, but falls apart a little bit if you use a lot of constraints. many constraints are on the form column > 0, and the random generation could consider this information