#
sql-like
Here are 12 public repositories matching this topic...
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
May 4, 2020 - JavaScript
-
Updated
Apr 15, 2020 - Python
-
Updated
Apr 13, 2018 - Python
Process Query Language (PQL) is a special-purpose programming language for managing process models based on information about process instances that these models describe. PQL is based upon temporal logic and adopts the concrete syntax of SQL.
programming-language
process
event-log
behavior-analysis
query-language
process-model
process-modeling
querying
process-querying
sql-like
process-query-language
pql
-
Updated
Oct 29, 2019 - Java
Provide SQL-Like LiveQuery to react component
-
Updated
May 27, 2018 - JavaScript
SQLGitHub - Access GitHub API with SQL-like syntaxes
-
Updated
Jan 14, 2018 - Python
Improve this page
Add a description, image, and links to the sql-like topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sql-like topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
There is no support for wildcards like this: "tes[tqs]" or "test[1-5]"
Describe the solution you'd like
I would really appreciate support of wildcards with square brackets.
I already tried to add custom rules with "[" -> "[" and "]" -> "]" but even if brackets appear in final regex - character range doesn't work, becaus