Package: @effect/sql-sqlite-react-native
Module: SqliteClient
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>
Since v4.0.0