-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mark 0 #4
Conversation
cc15b8a
to
e9b9d55
Compare
Also renames table_name to tableName for consistency between options and to not encourage snake case
+ ALso make sure type required in config object
@jrans does https://github.com/air-supply/alpha/pull/56 depend on this? |
@nelsonic yes! But its published on npm already... |
@eliasCodes @SimonLab @Shouston3 @jackcarlisle tagging you here to have a look comment too! Be really cool if you guys started using in your projects and improving! ALso getting the other modules working, i.e. validation, view.. would be cool too and then to sort out the mother module... |
@jrans looks good. Still got the |
@jrans Great read, loving the clean, dry, es5 code and lack of dependencies. Sorry for being pedantic, but could you just clarify the use of the I thought that we were not using that syntax (at least from my interpretation of this goodparts issue) ...but that line isn't failing your linter despite having |
@eliasCodes yes not sure whats happening with the repo name so left it... |
@jrans can I merge this PR into |
@nelsonic yes that would be really cool, if all is good with you! Now that there is the base, it has been really easy to iterate features with just a couple of extra lines of code so we can quite quickly make changes when needed! |
merging. 🎉 |
THIS PR
README says it all tbh but basically first attempt at modularising the db part of our abase ideas.
Most of this code has already been added to abase master so copying it out and making it more accessible.
The bits that need to be reviewed therefore are how the api is exposed and plugin setup but actual SQL gen and base handlers the same.
Resolves: #2
Resolves: #3
Resolves: #5
Resolves: #6
Resolves: #7
Resolves: #8
Resolves: #9
Resolves: #10
Resolves: #11