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

add schema support in models #86

Closed
wants to merge 1 commit into from
Closed

add schema support in models #86

wants to merge 1 commit into from

Conversation

ArsalanDotMe
Copy link

This simple commit adds ability to override the default schema in queries.
Define schemaName in your model like this:

class MyModel extends Model {
  static get schemaName() { return 'api'; }
}

This simple commit adds ability to override the default schema in queries. 
Define schemaName in your model like this:
```javascript
class MyModel extends Model {
  static get schemaName() { return 'api'; }
}
```
@ArsalanDotMe
Copy link
Author

solution for supporting schemas can be implemented without this pull request. See the discussion here: #85

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

Successfully merging this pull request may close these issues.

1 participant