add jquick-sql to Database section - #1298
Conversation
# Conflicts: # README_SOURCE.md
Supports heterogeneous data sources (RDBMS, files, NoSQL, REST APIs) with Coordinator-Worker architecture and query optimization.
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README.md">
<violation number="1" location="README.md:504">
P1: This project addition is made to the wrong file. README.md is generated from README_SOURCE.md (see the header comment and the GenerateReadme.java pipeline), and the repository's CI explicitly rejects direct README.md edits: the 'Reject direct README changes' step in .github/workflows/update-readme.yml fails the build with 'README.md is generated. Edit README_SOURCE.md instead.' when README.md is touched. Because the entry exists only in README.md and not in README_SOURCE.md, it also disappears the next time the README is regenerated, so the listing never actually ships. Move the JQuick SQL entry into the Database section of README_SOURCE.md (alongside the other DB entries, e.g. after Flyway) in the required `- [Name](URL) - description` format, and leave README.md untouched.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
|
||
| > **[Flyway](https://github.com/flyway/flyway)** <kbd>★ 10.0k</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Simple database migration tool. | ||
|
|
||
| > **[JQuick SQL](https://github.com/paohaijiao/jquick-sql)** <kbd>★ 288</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Embeddable, lightweight distributed SQL engine featuring heterogeneous federated query support for unified data access across disparate systems. |
There was a problem hiding this comment.
P1: This project addition is made to the wrong file. README.md is generated from README_SOURCE.md (see the header comment and the GenerateReadme.java pipeline), and the repository's CI explicitly rejects direct README.md edits: the 'Reject direct README changes' step in .github/workflows/update-readme.yml fails the build with 'README.md is generated. Edit README_SOURCE.md instead.' when README.md is touched. Because the entry exists only in README.md and not in README_SOURCE.md, it also disappears the next time the README is regenerated, so the listing never actually ships. Move the JQuick SQL entry into the Database section of README_SOURCE.md (alongside the other DB entries, e.g. after Flyway) in the required - [Name](URL) - description format, and leave README.md untouched.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 504:
<comment>This project addition is made to the wrong file. README.md is generated from README_SOURCE.md (see the header comment and the GenerateReadme.java pipeline), and the repository's CI explicitly rejects direct README.md edits: the 'Reject direct README changes' step in .github/workflows/update-readme.yml fails the build with 'README.md is generated. Edit README_SOURCE.md instead.' when README.md is touched. Because the entry exists only in README.md and not in README_SOURCE.md, it also disappears the next time the README is regenerated, so the listing never actually ships. Move the JQuick SQL entry into the Database section of README_SOURCE.md (alongside the other DB entries, e.g. after Flyway) in the required `- [Name](URL) - description` format, and leave README.md untouched.</comment>
<file context>
@@ -501,6 +501,8 @@ _Everything that simplifies interactions with the database._
> **[Flyway](https://github.com/flyway/flyway)** <kbd>★ 10.0k</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Simple database migration tool.
+> **[JQuick SQL](https://github.com/paohaijiao/jquick-sql)** <kbd>★ 288</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Embeddable, lightweight distributed SQL engine featuring heterogeneous federated query support for unified data access across disparate systems.
+
> **[H2](https://github.com/h2database/h2database)** <kbd>★ 4.6k</kbd> 🟢<br>Small SQL database notable for its in-memory functionality.
</file context>
Why this belongs in awesome-java
This project fills a distinct gap in the Java ecosystem:
Additional context