jstack icon indicating copy to clipboard operation
jstack copied to clipboard

Please Don't Neglect Prisma; Request Jstack Not to Force Drizzle-ORM Binding

Open luz33c opened this issue 10 months ago • 4 comments

I'm a big fan of your work and appreciate the effort you put into jstack. I'm writing to suggest some improvements regarding ORM integration.

While Drizzle-ORM is a solid performer and might offer advantages in certain areas, forcing its use within Jstack is limiting. Many developers rely on Prisma, TypeORM, or other ORMs in their projects. A mandatory Drizzle-ORM integration creates friction for these users.

I propose the following:

  • Decouple: Remove the hard dependency on Drizzle-ORM.

  • Examples: Showcase Drizzle-ORM integration as one example within the official documentation and example repository. Crucially, add examples demonstrating integration with other popular ORMs like Prisma and TypeORM. This would provide a more realistic and inclusive view of how Jstack can be used.

  • Optional: Allow users to configure their preferred ORM. This could be achieved through configuration files or environment variables.

luz33c avatar Feb 15 '25 08:02 luz33c