uploadCrudEntry

open suspend fun uploadCrudEntry(entry: CrudEntry)(source)

Uses the PostgREST APIs to upload a given entry to the backend database.

This method should report errors during the upload as an exception that would be caught by uploadData.