We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent96875dd commit46e75abCopy full SHA for 46e75ab
README.md
@@ -19,7 +19,7 @@ There are also ports of this script in:
19
-[Java Spring Boot + 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
-[PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php)
+[PHP](https://github.com/mevdschee/php-crud-api/blob/master/extras/core.php),
23
[Java](https://github.com/mevdschee/java-crud-api/blob/master/core/src/main/java/com/tqdev/CrudApiHandler.java),
24
[Go](https://github.com/mevdschee/go-crud-api/blob/master/api.go),
25
[C# .net core](https://github.com/mevdschee/core-data-api/blob/master/Program.cs),