Skip to content

Add support for sqlite3_set_authorizer#563

Open
riyaz-ali wants to merge 6 commits into
WiseLibs:masterfrom
taghash:feat/sqlite3_set_authorizer
Open

Add support for sqlite3_set_authorizer#563
riyaz-ali wants to merge 6 commits into
WiseLibs:masterfrom
taghash:feat/sqlite3_set_authorizer

Conversation

@riyaz-ali

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

Hi 👋 any update on this ? 😇

@riyaz-ali riyaz-ali requested a review from JoshuaWise as a code owner April 7, 2022 04:30
@zachrip

zachrip commented Sep 3, 2025

Copy link
Copy Markdown

@JoshuaWise any chance this could be reviewed?

@JoshuaWise JoshuaWise requested a review from a team as a code owner June 13, 2026 18:22
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.

4 participants