Skip to content

Write database-side stored procedures #2

@jrm86

Description

@jrm86

As a developer/maintainer, I need to write stored procedures in the database so that I can prevent use of raw SQL (and potentially SQL injection) in the app itself.

This is done when:

  • Tests are written to verify expected behavior of database-related functions
  • Database stored procedures are written to return data required by the app
  • TypeScript class is written to let the app communicate with the database
  • All tests pass

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions