Skip to content

Add SQLite FTS5 Extension #56951

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

Closed
moralebianco opened this issue Feb 7, 2025 · 1 comment
Closed

Add SQLite FTS5 Extension #56951

moralebianco opened this issue Feb 7, 2025 · 1 comment
Labels
feature request Issues that request new features to be added to Node.js.

Comments

@moralebianco
Copy link

What is the problem this feature will solve?

This extension comes by default with SQLite. However, it doesn't in Node SQLite. The extension would allow full-text search.

What is the feature you are proposing to solve the problem?

Enable the compiled extension by default —if it keeps lightweight.

What alternatives have you considered?

It could be loaded but the process is a little tricky. Building the loadable extension is OS-dependent, for example.

Using a JavaScript full-text search library then add the function. This might imply a bad performance.

@moralebianco moralebianco added the feature request Issues that request new features to be added to Node.js. label Feb 7, 2025
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Node.js feature requests Feb 7, 2025
@cjihrig
Copy link
Contributor

cjihrig commented Feb 7, 2025

Duplicate of #56476

@cjihrig cjihrig marked this as a duplicate of #56476 Feb 7, 2025
@cjihrig cjihrig closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js.
Projects
Archived in project
Development

No branches or pull requests

2 participants