A React Native library providing SQLite database access specifically for Windows platform via React Native Windows. Version 0.1.5 is an early release with limited functionality, primarily exposing a multiply() example stub. Development is sporadic with no recent updates. Not suitable for production; consider using expo-sqlite or react-native-sqlite-storage for cross-platform support.
npm install react-native-sqlite-windowsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows the only available function multiply which is a placeholder. No real database operations exist.
Use a different library such as react-native-sqlite-storage.
Migrate to a maintained alternative.
Ensure react-native-windows is installed and your project targets Windows.
Use named import { multiply } instead of default import.Use named import: import { multiply } from 'react-native-sqlite-windows'Run: npm install react-native-windows