Commit c0c939b
authored
task 35, made two sql tables (evuventures#43)
* Add technical documentation to README (task 17)
* added caching, used functools already built in python, and used lru cache, i tested it and it should be working, there is a test function comemnted out in main. i added some imports due to when i ran it, it wasnt finding the folders, can remove those if you want as it is probably me and my environment.
* addressed comments on inital commit, creates a test file in the ./src/tests folder directory and used the unittest suite to explore the conditions when the function would return an exception, valid/invalid data. made a seperate file for cached_get,.
* fixed failing build
* task 35 SQL script to run in local postgres1 parent 1aca236 commit c0c939b
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments