CodeGrade / orca

Grading job server for CS student submissions.
0 stars 1 forks source link

feat: prisma console for debugging #87

Closed williams-jack closed 1 week ago

williams-jack commented 1 week ago

Feature/Problem Description

One of the many perks of Ruby on Rails is the console it provides, allowing users to interact with the database through the ActiveRecord interface.

A similar CLI exists for Prisma that allows developers to use its own client to check on the database.

Solution (Changes Made)