Instead of running the predicate of a program against a storage engine such as SQLite, I'd like to just output the raw SQL query. It would be nice if I could do so with user_flags as well, because I'd like to pass in values for predicates defined in the rule body.
Is this something you'd be willing to expose in the libraries API?
Instead of running the predicate of a program against a storage engine such as SQLite, I'd like to just output the raw SQL query. It would be nice if I could do so with
user_flagsas well, because I'd like to pass in values for predicates defined in the rule body.Is this something you'd be willing to expose in the libraries API?