effect-io-ai

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

SqliteClient.withAsyncQuery

Runs an effect with AsyncQuery enabled, causing React Native SQLite queries in that effect to use the asynchronous driver API.

Signature

declare const withAsyncQuery: <R, E, A>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, Exclude<R, never>>

Source

Since v4.0.0