smashboy
smashboy
Explore posts from servers
DTDrizzle Team
Created by smashboy on 1/1/2024 in #help
React Native Expo SQLite: DrizzleError: Failed to run the query
Hellow everyone! Im trying to make drizzle work in react native (https://orm.drizzle.team/docs/get-started-sqlite#expo-sqlite) and right now Im getting the following error when I use useMigrations hook in my app entry:
Possible Unhandled Promise Rejection (id: 0):
DrizzleError: Failed to run the query '
CREATE TABLE IF NOT EXISTS "__drizzle_migrations" (
id SERIAL PRIMARY KEY,
hash text NOT NULL,
created_at numeric
)
'
DrizzleError: Failed to run the query '
CREATE TABLE IF NOT EXISTS "__drizzle_migrations" (
id SERIAL PRIMARY KEY,
hash text NOT NULL,
created_at numeric
)
'
Possible Unhandled Promise Rejection (id: 0):
DrizzleError: Failed to run the query '
CREATE TABLE IF NOT EXISTS "__drizzle_migrations" (
id SERIAL PRIMARY KEY,
hash text NOT NULL,
created_at numeric
)
'
DrizzleError: Failed to run the query '
CREATE TABLE IF NOT EXISTS "__drizzle_migrations" (
id SERIAL PRIMARY KEY,
hash text NOT NULL,
created_at numeric
)
'
12 replies