How to Get Started with Prisma ORM for Node.js and PostgreSQL
Learn how to use Prisma with the Express.js framework and PostgreSQL database. (more…)
Read more »
Recently I landed experimental support for require()-ing synchronous ES modules in Node.js, a feature that has been long overdue. In the pull request, I commented with my understanding about why it di… Read more