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:
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
1616There 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
You can’t perform that action at this time.
0 commit comments