-
Notifications
You must be signed in to change notification settings - Fork 22
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
added functionality #9
base: master
Are you sure you want to change the base?
Conversation
…ault, check, primary keys, unique, excludes and references (foreign keys)
@zhm I'd love to see this go in |
There are some merge conflicts now, care to address them? |
@pyramation - this could be merge-able if you could fix the conflicts. This package is pretty awesome and I hope we could keep it moving forward if possible. |
@ReinsBrain I've moved all development over to https://github.com/pyramation/pgsql-parser which is much more maintained and active |
It’s not complete, but has a lot more functionality than before. I implemented
On a high level you can now
Limitations
check()
intest.js
), there are some tests not passing from the upstream. I think we need to implement a few more items like TEMP tables, INHERITS, etc., for those to pass.this could possibly help close #8