-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Schema.js database agnostic #1468
Conversation
flovilmart
commented
Apr 12, 2016
- Schema.js now handles the Parse Schema format in and out
- Removes _DONOTUSE functions
@flovilmart updated the pull request. |
fa5dd6a
to
1a1d687
Compare
@flovilmart updated the pull request. |
if (match) { | ||
return match[1]; | ||
if (t.type == 'Relation') { | ||
return t.targetClass; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Current coverage is
|
This looks awesome! Feel free to merge right away if you want to do the geopoint thing in another PR. |
I was definitely thinking of doing it separately as our update mechanic is not centralized in the MongoSchemaCollection.js |