You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation fulfills the needs of the project. Using sql_builder could simplify the code, but it can also increase its footprint. A lot of features in that library are not applicable in this project.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
According to feedback from the community, the function
generate_sql
is complex and can be simplified by using an existing library to generate sql.Describe the solution you'd like
The crate
sql_builder
seems to be a good option: https://docs.rs/sql-builder/latest/sql_builder/Describe alternatives you've considered
The current implementation fulfills the needs of the project. Using
sql_builder
could simplify the code, but it can also increase its footprint. A lot of features in that library are not applicable in this project.The text was updated successfully, but these errors were encountered: