Add APIJSON to ORM - #1333
Open
TommyLemon wants to merge 1 commit into
Open
Add APIJSON to ORM#1333TommyLemon wants to merge 1 commit into
TommyLemon wants to merge 1 commit into
Conversation
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_SOURCE.md">
<violation number="1" location="README_SOURCE.md:835">
P3: The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| _APIs that handle the persistence of objects._ | ||
|
|
||
| - [Apache Cayenne](https://github.com/apache/cayenne) - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation. | ||
| - [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs. |
There was a problem hiding this comment.
P3: The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README_SOURCE.md, line 835:
<comment>The description violates the list's "concise, neutral description" convention (CONTRIBUTING.md: "Keep descriptions short, factual"). Claims like "powerful and secure" and "without coding by Backend" are promotional, and the wording mixes mid-sentence capitals ("Docs", "Backend", "Frontend") into a run-on clause. Reword to a short, factual, sentence-case description.</comment>
<file context>
@@ -832,6 +832,7 @@ _Libraries for building network clients and servers._
_APIs that handle the persistence of objects._
- [Apache Cayenne](https://github.com/apache/cayenne) - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation.
+- [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs.
- [Doma](https://github.com/domaframework/doma) - Database access framework that verifies and generates source code at compile time using annotation processing as well as native SQL templates called two-way SQL.
- [Ebean](https://github.com/ebean-orm/ebean) - Provides simple and fast data access.
</file context>
Suggested change
| - [APIJSON](https://github.com/APIJSON/APIJSON) - Real-Time no-code, powerful and secure ORM providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs. | |
| - [APIJSON](https://github.com/APIJSON/APIJSON) - ORM that generates backend APIs and docs from JSON requests, with client-defined response structures and built-in CRUD, fuzzy search, and remote function calls. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds APIJSON to the ORM section.
APIJSON is a JSON based internet communication protocol and an ORM library
that largely simplifies the process of back-end API development.
It also allows users to get data more quickly with self-defined form and fewer endpoints requests.
For getting data:
You can get any data by defining the specific information you want and send it to the server.
You can get different types of data by making just one request to the server.
It's very convenient and flexible, and dosen't require different API endpoints with multiple requests.
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls, etc.
You can also save duplicate data, see request history, etc.
For API design:
APIJSON largely reduces API developers' workload by reducing most api design and documentation work.
With APIJSON, client developers will no longer be suffered from possible errors in documents,
and it saves communication between server developers and client developers about APIs or documentations.
Server developers no longer need to worry about compatibility of APIs and documents with legacy apps.
Details:
Repo: https://github.com/APIJSON/APIJSON
License: Apache-2.0
Documentation in English: https://github.com/APIJSON/APIJSON#readme
Java 8+; currently 8.3.0 (2026-08-12).
Suggestion type
Checklist
README_SOURCE.md, not the generatedREADME.md.Summary by cubic
Adds APIJSON to the ORM section of the Java/JVM library list, offering a real-time, no-code ORM that lets clients customize response JSONs.
Written for commit 13e506c. Summary will update on new commits.