Replies: 2 comments
-
|
Could be a feature. Side note: if you have control over the schema, storing files on disk/object storage and keeping only a path/URL in the DB is recommended. |
Beta Was this translation helpful? Give feedback.
-
|
I feel like although |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm storing files in my database which are quite small, but when i query 50+ entries, it starts to pile up. Would there be a way in SeaORM to have a lazy loaded Vec or a way to mark fields as "lazy" which would generate getter methods ?
For now, I am using custom models, selecting all columns but
file, but it makes this more cumbersomeBeta Was this translation helpful? Give feedback.
All reactions