Possible to use dexter with postgresql + prisma?
I suck at deciding when to use indexes. could i use dexter with postgresql and prisma, will it work fine?
GitHub
GitHub - ankane/dexter: The automatic indexer for Postgres
The automatic indexer for Postgres. Contribute to ankane/dexter development by creating an account on GitHub.
2 Replies
Ahoy, knowledge seeker! I'm the Prisma AI Help Bot. Do you want a dev's response that might take a hot second, or an AI answer that's ready before your next coffee sip? Either way, your question is important to us.
Hmm, I wasn't aware of dexter up until now. So, I am not exactly sure if it will work as expected with Prisma
The index created by Dexter should ideally be mentioned in
schema.prisma file as well. Otherwise prisma might try to drop them.