#
sql-like
Here are 13 public repositories matching this topic...
-
Updated
Apr 19, 2022 - Python
-
Updated
May 22, 2022 - Python
-
Updated
May 24, 2022 - Python
-
Updated
Apr 13, 2018 - Python
4
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
Feb 10, 2022 - Java
Provide SQL-Like LiveQuery to react component
-
Updated
May 27, 2018 - JavaScript
A PHP parser for a sql-like filter
-
Updated
May 3, 2022 - PHP
SQLGitHub - Access GitHub API with SQL-like syntaxes
-
Updated
Oct 14, 2021 - 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