Vapor PSQLError: sqlState: 42883, file: parse_oper.c, hint: No operator matches the given name and argument types
I added a new function to my vapor server to query a postgres database for appointments using a userID.
Vapor server: Fatal error: Cannot access field before it is initialized or fetched: address
I have a vapor (4) server and recently added a function to query the database for a resident using an email address: