vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

orm: update readme with more specifics #21697

Closed splashsky closed 1 week ago

splashsky commented 1 week ago

While working on my project I found that time.Time has non-obvious behavior when creating tables in the ORM. Some additional specificity regarding passing the structs as the table was appreciated, and so the expression examples have been updated to be more explicit about this.

Some wording was updated as well to make concepts more obvious.

This PR only updates the README file in vlib/orm, so no tests are necessary.