Describe the feature
1.How to add a hint into Raw SQL? I had a try to select/update,it's ok.but Raw("select from user limit 1").Scan(&users) have not the hint. https://gorm.io/zh_CN/docs/sql_builder.html#StatementModifier 2.May I add a middleware into SQL with context parameter to insert before sql like this: / user_id=1 */ select id from user limit 1
THX!