Skip to main content

Example 3: Using ‘:log’ inside the code

To augment the backend functionality of Kvery, we employ a preset code specifically for logging purposes. This enables you to view details such as the IP address and the referrer URL within the code. Here's a guide on how to implement this feature and make effective use of it.

with certain queries in our database. This approach allows us to systematically track the long-term usage of our queries. We can add this data to our database using the following method:

Insert into demoDB (:log[ip]); 

However, to effectively demonstrate this feature within the Kvery environment, let's display it as follows:

Select ':log[ip]';
Name