In the docs it refers to several database services that can be imported.
I only have login, logout and signup. Do I have to create the others like update, create, read, delete etc.?
In the docs it refers to several database services that can be imported.
I only have login, logout and signup. Do I have to create the others like update, create, read, delete etc.?
Hi Tony -
This are predefined services available in every database, the CRUD (create, read, update and delete) operations and List / Query, can be selected when your database has at least one collection created inside.
Well I have one collection, but I only have login, logout and signup as options to import. Where have you hidden the others?
![]()
Please show your database tab with your collections inside it.
Tony, I believe that with the user collection - unlike your own custom collections - the only predefined service that's available is to add a user. You have to build the others (e.g. delete, query or list) yourself. I have submitted an idea that is under consideration by Appery to add the other services to the user collection. We'll see what happens.
Thanks Robert.
How strange that the user collection wouldn't have all the services. Makes sense that a user record might want to be updated?
Anyway, we know what the problem is now.