SqModel
SqModel copied to clipboard
A lightweight library for parsing and building select queries. SQL can be rebuilt dynamically.
After completing the demonstration experiment, it was confirmed that there is practicality, so we will review the structure once. Here are some ideas for revision: - Separate the model structure...
Consider integration because it is almost the same as "ValueExpression" class
I want to make it easy to inject search conditions into handwritten select queries. For example, searching for SelectQuery by table name, or converting an existing query to a CTE.
When specifying a column name in order by etc., I think that it will probably go wrong if an existing column clause is substituted.