expo-sqlite driver in Drizzle: sync behavior and future async support? #2936
onigiri-w2
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Drizzle team,
I tried using the expo-sqlite driver with db.select in Drizzle, but it seems to behave synchronously.
Looking at drizzle-orm/src/expo-sqlite/session.ts I noticed sync-related code is used.
Question: Are there plans to support async operations for the expo-sqlite driver in the future?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions