SqModel icon indicating copy to clipboard operation
SqModel copied to clipboard

A lightweight library for parsing and building select queries. SQL can be rebuilt dynamically.

Results 5 SqModel issues
Sort by recently updated
recently updated
newest added

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...

redefinition

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.

enhancement

When specifying a column name in order by etc., I think that it will probably go wrong if an existing column clause is substituted.