-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Table Creation DSL #93
Conversation
… ordering until someone asks for it.
…lder Conflicts: TODO.md
@cfilipov Support for table creation DSL has landed in v0.78.0, now merged into the Swift3 branch (documentation). Implementation was rather straightforward, since we two have been discussing the subject in depth: https://github.com/groue/GRDB.swift/blob/Swift3/GRDB/QueryInterface/SQLTableBuilder.swift You'll see that:
There is always room for improvement: I hope that you'll provide feedback after you have played with this new API a little. |
@groue This looks wonderful! I've pulled the latest Swift3 branch and started playing with the lib. Switching to GRDB has been great, I'm really happy with the quality of this lib. |
This PR closes #83.
It contains:
Many thanks, @cfilipov, for your intense and great contributions. This would have simply not existed without you.