CSE-25 / quick_start_express

Quick Start Express npm package. A simple CLI tool to generate Express servers from multiple available templates.
https://www.npmjs.com/package/quick_start_express
GNU General Public License v3.0
1 stars 7 forks source link

Add: `express_drizzle_ts` template #44

Open IAmRiteshKoushik opened 5 days ago

IAmRiteshKoushik commented 5 days ago

Proposal

DrizzleORM is the new ORM which is gaining traction owing to its 38x faster query execution speed over Prisma and other performance metrics which are close to raw-SQL. It is TypeScript first and has better customizability for different databases that Prisma.

image

Please feel free to edit this proposal with a check-list of requirements post-approval.

@Ashrockzzz2003 @Abhinav-ark

Ashrockzzz2003 commented 4 days ago

This can wait ig. Let the other templates. We'll add it at last.

Might help https://github.com/CSE-25/quick_start_express/issues/47 and #45