Using a Database
This is my extremely crude attempt at querying a database. I plan to add more crud actions once I figure them out.
I am interfacing with exactly one table in my database
It is interesting that I initially decided on Prisma as the ORM. I have been using drizzle. I'm curious to see if it functions in the node server set up by Amplify.