File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ Related projects:
14
14
- [ 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.
15
15
16
16
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 ) ,
18
23
[ Go] ( https://github.com/mevdschee/go-crud-api/blob/master/api.go ) ,
19
24
[ C# .net core] ( https://github.com/mevdschee/core-data-api/blob/master/Program.cs ) ,
20
25
[ Node.js] ( https://github.com/mevdschee/js-crud-api/blob/master/app.js ) and
21
26
[ 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.
23
27
24
28
## Requirements
25
29
You can’t perform that action at this time.
0 commit comments