effect-io-ai

Package: @effect/sql-sqlite-react-native
Module: SqliteClient

SqliteClient.AsyncQuery

Fiber reference that makes the React Native SQLite client run queries through the asynchronous execute API instead of executeSync.

When to use

Use to switch React Native SQLite query execution to the asynchronous driver API for a scoped effect.

Signature

declare const AsyncQuery: Context.Reference<boolean>

Source

Since v4.0.0