hart
03/25/2021, 6:39 AMconst { PrismaClient } = require('@prisma/client');
const prisma = new PrismaClient();
async function main() {
const result = await prisma.mymodel.findMany({})
}
And I get the data that I inserted through prisma studio, but it's not the data in my postgres db, and it's not coming from the old sqlite one either as I've removed it