I'm not new to programming, but I am new to Datalog. I practiced Datalog throughout the week and it is very useful to make queries against a database. One thing I am having difficulties figuring out is how to use Datalog with a C++ application.
What I'm looking to do is, for example, take a user input as a dollar amount and run a query with that number to see if the dollar amount is less than the dollar amount for a fact in the database. This can be done with a rule possibly.
So far, I have not seen any way to integrate Datalog with C++ applications. As a beginner to Datalog integration, how do I setup my program to make datalog queries and such?