phlask / phlask-data-handlers

Phlask middleware to help make data ingestion and presentation more efficient!
5 stars 2 forks source link

temp_commit #20

Closed SamantaTarun closed 1 year ago

SamantaTarun commented 1 year ago

18

Please don't close the PR without asking me, if any, changes require I'll do.

ojimba01 commented 1 year ago

@tarunsamanta2k20 Looks good so far! We also to implement the camel casing to the other functions.

Example From: add_to_db() To: addToDB()

or

From: get_count() To: getCount()

This would go the same for the other pull requests you've made'

SamantaTarun commented 1 year ago

will make changes and update the PR.

ojimba01 commented 1 year ago

Looks great! Im gonna merge these and fix up some of the camel casing in the functions but thank you so much!!