Results 5 issues of Aman Varshney

--- > [!NOTE] > Upgrades Prisma to 6.19 with a generated client/typed SQL, adds the Better SQLite3 adapter, and updates codebase imports/config accordingly. > > - **Prisma upgrade & config**...

Adds a guide for connecting Val Town to Prisma Postgres, a serverless Postgres database. - Added src/content/docs/guides/Databases/prisma-postgres.mdx with: - Setup instructions using npx create-db --json - Environment variable configuration -...

- Updates the Prisma Postgres example to use the new `prisma-client` generator and the rust free query client - migrate tailwind v3 to v4 - improve styling

examples

### Description - Upgrades to prisma 7 - adds prisma.config.ts for migrations, schema, database url configurations - use `@prisma/adapter-pg` driver adapter to query with postgres ### Type of Change -...

## Summary by CodeRabbit * **Documentation** * Added documentation on the `map` argument for indexes and constraints to specify custom database names * Includes practical Prisma schema examples with corresponding...