Create and test a function insertNewRole
#184
Labels
Enhancement
Improves or adds something
Front End
Focused on Front End code (NextJS / Styled Components)
This issue requires that #181 is resolved first.
We need a function to insert a new role into the roles table in the DB.
The functions should take this shape:
Return either the result of the insert query or
null
for when the role already exists.db/roles.ts
test/roles.test.ts
The text was updated successfully, but these errors were encountered: