Expand description
Provides foreign key conversion for String.
Example string foo
becomes foo_id
Functionsยง
- is_
foreign_ key - Determines if a
&str
is aforeign_key
- to_
foreign_ key - Converts a
&str
to aforeign_key
Provides foreign key conversion for String.
Example string foo
becomes foo_id
&str
is a foreign_key
&str
to a foreign_key