# Functions
Method Description: Creates the initial database.
Method Description: Generic method to insert data into the events database, this keeps developers always pushing to the database
in the same way, sqlite is an interesting database, postgres or mysql would have been a better sampling of my database skills
we could have just used an inmem mysql and spun it up on the same docker auto.
Method Description: Method to see if row exists
Parameter: query
Parameter Description: The insert query you would like to submit
Parameter: args
Parameter Description: Standard values for the query
Returns true or false if the row exists, or any error that may come from the database
*/.
Method Description: Method to see if row exists
Parameter: query
Parameter Description: The insert query you would like to submit
Parameter: args
Parameter Description: Standard values for the query
Parameter: currentIPAddr
Parameter Description: ip for logging
Parameter: currentUser
Parameter Description: user for logging
Returns true or false if the row exists, geolocation data of the queried object and any error that may come from the database
*/.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author