Özgür Adem IŞIKLI
Özgür Adem IŞIKLI
As the AdonisX development team, we think it has got great potential to build APIs quickly. Although we were waiting for a long time for the new version of [AdonisJs](https://adonisjs.com),...
For now, the default API response is something like that; ```json { "name": "AXE API", "description": "The best API creation tool in the world.", "aim": "To kill them all!" }...
We should check the column type because of the following issue; https://stackoverflow.com/questions/36537822/postgres-operator-does-not-exist-double-precision-unknown#comment60678380_36537822
Developers should be able to add multiple language supports. ## Configurations The following example shows how the general configuration should be; `app/Config/i18n.js` ```js import enUs from "../Lang/en-us.js"; import trTr from...
Currently, we are using Express as the request handler. But we can use different frameworks.
When the child data updated, the parent's `updated_at` column should be updated automatically.
Axe API has strong query features. But it doesn't mean every developer will want that feature in their APIs. Especially, some query features on some models. So, developers should be...