Jerry
Results
3
issues of
Jerry
Question: how to use one relation table to express the realtion of "users like different kind items"
here is the example sql schema: ``` users{id} dogs{id} cars{id} foods{id} ... like_records{user_id, item_id, item_type, create_at} ``` a user may like different kind of items, how to define the ent...
我需要在nginx网关上配置规则,禁止所有通过域名调用模型服务的请求,或者仅代理前后端api的路由。
希望大佬能够支持 sqlite数据库,并提供初始化好的sqlite db文件。 另外 如果goframe支持数据库schema自动迁移的话,可以利用这个功能,这样就不用手动执行sql初始化/更新数据库了