Send data from ODK Collect directly to a database

Hi

I would like to know if it possible to transfert directly a form in a personnel base (postgresql) without server APACHE

Thx

In general, you'll need an application server of some sort to accept the submission and persist it to a database.

Technically it is possible to change ODK Collect to send SQL queries over the internet, but that'd be a very unreasonable thing to do.