I've regenerated the client, run db push, done a b...
# orm-help
h
I've regenerated the client, run db push, done a bunch of stuff already. I run this script:
Copy code
const { 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