Tag: Database
-
How to test functionality that uses a database
Overview When I first started learning how to use a database, I wrote code that was hard to work with. To test that functionality worked correctly, I did a lot of local set up that required manual actions like creating tables, adding entries, deleting entries, etc. Sometimes I would deploy my code to see if…