Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.34 KB

File metadata and controls

22 lines (18 loc) · 1.34 KB

react-native-duckdb Documentation

Guides

Guide Description
Extensions Statically linked extensions, configuration, file queries, full-text search, vector search, and httpfs
Streaming & Appender Chunk-based streaming, async iteration, bulk inserts with Appender, and progress callbacks
Type System DuckDB-to-JavaScript type mapping, columnar access, parameter binding, and edge cases
Transactions & Batch Transaction execution, wrapped databases, batch commands, multi-connection, and attach/detach
Database Location Storage paths, iCloud/Auto Backup, platform defaults
Full-Text Search BM25 indexing, 27 language stemmers, field-specific search, and limitations
Vector Search HNSW indexes, distance metrics, on-device RAG patterns
Remote Data httpfs extension, Hugging Face datasets, S3, TLS configuration

Reference

Document Description
API Reference Complete API surface — every method, property, and type definition
Expo Config Plugin Expo managed workflow setup, internal architecture, migration, and troubleshooting
Bare Workflow iOS/Android setup without Expo