-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discontinued? #5
Comments
Hey, I haven't been using it for any project myself, but it's still working as far as I know! If you have features you'd like, do open an issue and / or submit a PR! If I have time, I can work on it! |
That sounds great! I really like the fact that this project only creates the SQL-String and has no actuall DB-Handling, like all those other SQLBuilders. |
Yeah, I wanted something to build queries to pass off to Dapper and all the other frameworks wanted to handle the DB part. I'll create issues for INSERT, UPDATE and DELETE. For Delete, it would only require a table name and WHERE to start, I imagine. Insert and Update, do you see specific requirements? Like passing in a list of properties to create the list of columns to insert or update? I don't think I want to touch actual parameter binding, but since there's already a renderer interface, creating the parameter string (@param in SQL and :param in mysql (maybe)) should be decently easy. Then, parameters can be added by the caller. Let's iron out the details and I'll create the issues. I created a Gitter so we can talk! |
Hello,
the last commit is almost 2 years ago, are there any plans to continue this project?
The text was updated successfully, but these errors were encountered: