SQLite is a lightweight, file-based database that's perfect for development, prototyping, and small applications. It requires no setup and stores data in a local file. In this guide, you will learn ...
Instalar o PrismaClient, que é o responsável por executar o as funções do prisma dentro do banco, criando assim as iterações entre o programa e o banco. npm install @prisma/client Instalar o ...