© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Drizzle TeamDT
Drizzle Team•12mo ago•
15 replies
Ewic

Error with Expo Sqlite + Drizzle

So i try to use Drizzle with expo
everything are set but i got an error
[Error: undefined Unable to resolve module ./0000_crazy_prodigy.sql from /Users/x/todo-expo-drizzle/drizzle/migrations.js:

None of these files exist:
  * drizzle/0000_crazy_prodigy.sql(.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.mjs|.native.mjs|.mjs|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css)
  * drizzle/0000_crazy_prodigy.sql
  2 |
  3 | import journal from './meta/_journal.json';
> 4 | import m0000 from './0000_crazy_prodigy.sql';
    |                    ^
  5 |
  6 |   export default {
  7 |     journal,]
[Error: undefined Unable to resolve module ./0000_crazy_prodigy.sql from /Users/x/todo-expo-drizzle/drizzle/migrations.js:

None of these files exist:
  * drizzle/0000_crazy_prodigy.sql(.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.mjs|.native.mjs|.mjs|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css)
  * drizzle/0000_crazy_prodigy.sql
  2 |
  3 | import journal from './meta/_journal.json';
> 4 | import m0000 from './0000_crazy_prodigy.sql';
    |                    ^
  5 |
  6 |   export default {
  7 |     journal,]

Any idea what the error with this? not sure i follow everything but still getting this error
Drizzle TeamJoin
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

drizzle with expo-sqlite
Drizzle TeamDTDrizzle Team / help
2y ago
Bun:SQLITE error with drizzle
Drizzle TeamDTDrizzle Team / help
16mo ago
Expo SQLite : Empty hash in __drizzle_migrations
Drizzle TeamDTDrizzle Team / help
5w ago
Migration Error using Expo SQLite
Drizzle TeamDTDrizzle Team / help
6mo ago