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

Support ‘unknown’ columns #69

Open
1 task done
jellelicht opened this issue Nov 11, 2022 · 1 comment
Open
1 task done

Support ‘unknown’ columns #69

jellelicht opened this issue Nov 11, 2022 · 1 comment

Comments

@jellelicht
Copy link

jellelicht commented Nov 11, 2022

Issue type:

  • Question

Would it be possible to support columns that are ‘unknown’ to typed-knex? That is to say, columns in the db that are not a part of the typed-knex @table decorated entity. I’m thinking of a nullable column that is automatically managed by a db trigger, that shouldn’t impact any application operation in the first place.

If you are not against such a feature, would you be open to a PR implementing it as an opt-in feature?

@wwwouter
Copy link
Owner

Can you give an example as how to use it? Will it be only for select queries?

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

No branches or pull requests

2 participants