Hello there! Thanks for making this, and if you're reading this I appreciate your contributions!
I am implementing this project in a CSV importer utility here, and I managed to figure out how to use the MySQL-like syntax that is referenced here.
However, I noticed that details of this capability isn't documented anywhere, and it took me a bit of effort to parse the regex to understand exactly what format was expected. I was using id=1 for a while before I realized it should be id = 1.
I think it would be good to add a section to the documentation that details how this works, ideally with some examples on how to use each one. I'd be happy to write this up, but I'm hoping someone with some context can help me along. I see there are many operations available, but I'm not entirely sure exactly how to use each one.
Hello there! Thanks for making this, and if you're reading this I appreciate your contributions!
I am implementing this project in a CSV importer utility here, and I managed to figure out how to use the MySQL-like syntax that is referenced here.
However, I noticed that details of this capability isn't documented anywhere, and it took me a bit of effort to parse the regex to understand exactly what format was expected. I was using
id=1for a while before I realized it should beid = 1.I think it would be good to add a section to the documentation that details how this works, ideally with some examples on how to use each one. I'd be happy to write this up, but I'm hoping someone with some context can help me along. I see there are many operations available, but I'm not entirely sure exactly how to use each one.