Skip to content

feat(macos): support sqlite-vec - #373

Merged
chrispader merged 1 commit into
codex/macos-core-libraryfrom
codex/macos-sqlite-vec
Sep 21, 2026
Merged

chrispader merged 1 commit into
codex/macos-core-libraryfrom
codex/macos-sqlite-vec

Conversation

@chrispader

Copy link
Copy Markdown
Member

The optional sqlite-vec package only declares iOS and visionOS CocoaPods platforms, so a macOS application cannot autolink it after the core library gains desktop support. This leaves vector search unavailable in the macOS example even though its native dependency supports the platform.

This PR adds the macOS platform declaration and React Native CLI registration to sqlite-vec, together with matching package metadata and installation documentation. The commit was extracted from #298 with Samuel Scheit retained as its author.

Depends on #372. Fixes #338. Partially addresses #34.

@vercel

vercel Bot commented Sep 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
react-native-nitro-sqlite Ready Ready Preview Sep 21, 2026 11:56am UTC

Request Review

@chrispader
chrispader force-pushed the codex/macos-sqlite-vec branch from f8e7056 to 4f1ef80 Compare September 21, 2026 11:56
@chrispader
chrispader merged commit 5a00754 into main Sep 21, 2026
11 checks passed
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.

Add macOS support to the native SQLite packages

2 participants