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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sqlite3_set_authorizer #563

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

riyaz-ali
Copy link

This PR adds support for compile-time authorization as mentioned in #560 馃殌

Would 鉂わ笍 to see support for it being included in the upstream, as currently, AFAIK 馃, no mainstream node.js package for sqlite3 provides support for this functionality.

This commit adds support for sqlite3_set_authorizer function
by implementing AuthorizerFunction and the related database->setAuthorizer
method.
@riyaz-ali
Copy link
Author

P.S. This is my first attempt at building node.js addons and working with C++ in general 馃槄 would love to receive constructive feedback and advice 馃檶 , if possible.

@etienne-dldc
Copy link

Hi 馃憢 any update on this ? 馃槆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants