Skip to content

Commit b6a5998

Browse files
authored
Update README.md
1 parent 9f9efa9 commit b6a5998

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Related projects:
1414
- [VUE-CRUD-UI](https://github.com/nlware/vue-crud-ui): Single file Vue.js script that adds a UI to a PHP-CRUD-API project.
1515

1616
There are also ports of this script in:
17-
[Java](https://github.com/mevdschee/java-crud-api/blob/master/src/main/java/com/tqdev/CrudApiHandler.java),
17+
18+
- [Java JDBC by Ivan Kolchagov](https://github.com/kolchagov/java-crud-api)
19+
- [Java Spring Boort + jOOQ](https://github.com/mevdschee/java-crud-api/tree/master/full)(work in progress)
20+
21+
There are also proof-of-concept ports of this script that only support basic REST CRUD functionality in:
22+
[Java](https://github.com/mevdschee/java-crud-api/blob/master/core/src/main/java/com/tqdev/CrudApiHandler.java),
1823
[Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go),
1924
[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs),
2025
[Node.js](https://github.com/mevdschee/js-crud-api/blob/master/app.js) and
2126
[Python](https://github.com/mevdschee/py-crud-api/blob/master/api.py).
22-
These implementations are a proof-of-concept and do only support basic REST CRUD functionality.
2327

2428
## Requirements
2529

0 commit comments

Comments
 (0)