SHUReeducation / autoAPI

Create an CRUD API server directly from a table in database or/and a yaml file.
The Unlicense
23 stars 11 forks source link

Parse table info from ddl #37

Open longfangsong opened 4 years ago

longfangsong commented 4 years ago

Describe the solution you'd like

从sql语句中直接parse出表结构 parser参考

https://docs.rs/sqlparser/0.10.0/sqlparser/

Andrewmatilde commented 3 years ago

233