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

feat: Add dbIgnore pragma #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: Add dbIgnore pragma #27

wants to merge 1 commit into from

Conversation

emizzle
Copy link

@emizzle emizzle commented Dec 21, 2020

dbIgnore allows an object prooperty to be specified on an object without it being assumed to be a column in the database.

When unpacking a row in to the object, the dbIgnore pragma is checked, and if it is specified, the object property's is not initialised from the DB.

dbIgnore allows an object prooperty to be specified on an object without it being assumed to be a column in the database.

When unpacking a row in to the object, the dbIgnore pragma is checked, and if it is specified, the object property's is not initialised from the DB.
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.

None yet

1 participant