We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9265b57 commit 96875ddCopy full SHA for 96875dd
README.md
@@ -19,6 +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)
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),
0 commit comments