Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicweb-dev/epic-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: epicweb-dev/epic-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cursor/upgrade-project-to-prisma-v6-2888
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 30, 2025

  1. Refactor: Use generated Prisma client and SQLite adapter

    This commit updates the project to use a generated Prisma client and the better-sqlite3 adapter for improved performance and type safety. It also includes changes to the user search functionality and WebAuthn registration.
    
    Co-authored-by: me <[email protected]>
    cursoragent and kentcdodds committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a95c116 View commit details
    Browse the repository at this point in the history
  2. Refactor: Use Prisma's typedSql and LibSQL adapter

    This commit updates the project to use Prisma's typedSql feature for more type-safe SQL queries. It also integrates the LibSQL adapter, enabling the use of LibSQL as the database. This includes changes to Prisma schema, route loaders, and dependency management.
    
    Co-authored-by: me <[email protected]>
    cursoragent and kentcdodds committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    4785e26 View commit details
    Browse the repository at this point in the history
Loading