TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Import database services

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.?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Import database services

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.

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Import database services

Well I have one collection, but I only have login, logout and signup as options to import. Where have you hidden the others?

:)

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Import database services

here's a pic... Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Import database services

Please show your database tab with your collections inside it.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Import database services

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.

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Import database services

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.

Return to “Issues”