Replies: 1 comment 2 replies
-
I would recommend looking into using raw SQL for that part of the codebase (and with typed sql the experience is actually really great). Similar to what we do for the user search in the notes app: epic-stack/app/routes/users+/index.tsx Line 18 in fb1f753 Give that a shot and let us know how it goes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m planning to build a web app that needs SQLite Full-Text Search, which Prisma doesn’t currently support (and likely won’t for a while).
Are there parts of The Epic Stack that are so closely tied to Prisma that switching to Drizzle would be difficult?
Beta Was this translation helpful? Give feedback.
All reactions