请问拓展功能不再需要SQL命令的生成了吗? #149
Answered
by
RicoloveFeng
tang-mouren
asked this question in
Q&A
-
|
如题 |
Beta Was this translation helpful? Give feedback.
Answered by
RicoloveFeng
Mar 19, 2022
Replies: 1 comment 2 replies
-
|
扩展功能是在基础功能上扩展,不能丢掉基础功能 Edit:具体地说,在实现扩展功能的时候,不能「我制作了更高效的数据库模块,所以我把基础功能里的SQL功能给弃置了」。但是与基础功能无关的扩展,可以不加入SQL功能。 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RicoloveFeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
扩展功能是在基础功能上扩展,不能丢掉基础功能
Edit:具体地说,在实现扩展功能的时候,不能「我制作了更高效的数据库模块,所以我把基础功能里的SQL功能给弃置了」。但是与基础功能无关的扩展,可以不加入SQL功能。