Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.31k stars 2.16k forks source link

能不能将apijson相关的表分离到独立的数据库? 或者apiJson相关的表 全部加上前缀apiJson_**** #269

Open huangkaiyan10 opened 3 years ago

huangkaiyan10 commented 3 years ago

能不能将apijson相关的表分离到独立的数据库? 或者apiJson相关的表 全部加上前缀apiJson_****. 。

因为我的老系统业务数据库中存在Comment、Document 相同的表

huangkaiyan10 commented 3 years ago

我想通过表前缀或者将apiJson相关的表放在独立的数据库,这样避免分不清哪些表是自己业务相关的数据库表

TommyLemon commented 3 years ago

在 DemoSQLConfig 重写 getConfigSchema,单独指定 APIJSON 配置表所在库。 至于 Comment 这个就是业务 Demo 表,可以改名后在 Access 表再配置 model 名,或者不用它就行了