martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
405 stars 23 forks source link

Add support for model and schema slug fields #117

Closed treagod closed 1 year ago

treagod commented 1 year ago

This commit adds slug field for model and schema.

The slug field is an extension of the string field, but has a default maximum size of 50. Also the slug field is indexed by default, as it expected that it will be used to find records.

Closes #48