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

Blacklist/Whitelist for sqlboiler models #44

Open
frederikhors opened this issue Dec 3, 2020 · 2 comments
Open

Blacklist/Whitelist for sqlboiler models #44

frederikhors opened this issue Dec 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@frederikhors
Copy link

I think it should be possible to have a blacklist/whitelist for the models I want to convert from sqlboiler ones.

Is it already possible today?

@frederikhors
Copy link
Author

frederikhors commented Dec 3, 2020

I think we need a blacklist for the individual columns too.

Example: password column.

@RichardLindhout
Copy link
Member

For now you need to remove it from your schema.graphql and it won't create converts.
I want to add hooks to the SchemaWrite function later on which can filter out fields before so the user can mass filter out fields or only in one model.

@RichardLindhout RichardLindhout self-assigned this Dec 4, 2020
@RichardLindhout RichardLindhout added the enhancement New feature or request label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants