Episode

Type-safe Database access with Prisma

Prisma provides an excellent modeling language for defining your database, as well as a powerful ORM for working with SQL in JavaScript. The Prisma VS Code extension makes modeling data models fun and intuitive. It provides you with syntax highlighting, code completion, linting, and formatting of your database models.

JavaScript