-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
sqlite: expose authorization API #59916
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
What is the problem this feature will solve?
Users can add custom authz on their databases. Alternatively, Node core could better integrate SQLite and its permission system.
What is the feature you are proposing to solve the problem?
Expose the SQLite Authorization API via the JavaScript API.
What alternatives have you considered?
None