Skip to content
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

Closed
Flying--Dutchman opened this issue Nov 1, 2017 · 4 comments
Closed

Discontinued? #5

Flying--Dutchman opened this issue Nov 1, 2017 · 4 comments

Comments

@Flying--Dutchman
Copy link

Hello,

the last commit is almost 2 years ago, are there any plans to continue this project?

@cdroulers
Copy link
Owner

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!

@Flying--Dutchman
Copy link
Author

That sounds great!
I would also need INSERT, UPDATE and DELETE functions. If you need help with those, just let me know.
An Postgresql renderer will be added by me by the end of the week.

I really like the fact that this project only creates the SQL-String and has no actuall DB-Handling, like all those other SQLBuilders.

@cdroulers
Copy link
Owner

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!

https://gitter.im/awesome-sql-builder/Lobby#

@cdroulers
Copy link
Owner

Closing, as all requests are tracked in different issues.
INSERT #7
UPDATE #8
DELETE #9
PostGreSQL #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants