luwak/README.md
sjcsjc123 b6ace815d2 v1
2023-07-21 11:33:36 +08:00

16 lines
451 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# luwak
思路:
用户创建一张表后将表名以及所有字段都上传到redis里在api—gateway去获取表的信息
luwak负责注册一系列http接口
SELECT/{table}/select/{field1}=value1?{field2}=value2
UPDATE/{table}/update/{field1}=value1?{field2}=value2
DELETE/{table}/delete/{field1}=value1?{field2}=value2
INSERT/{table}/insert/{field1}=value1?{field2}=value2
FAQ: 如何获取用户的MYSQL连接信息