Re: Arduino SQL Connector

From: Steve Spence <greentrust(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Arduino SQL Connector
Date: 2014-04-18 04:27:20
Message-ID: 5350A9A8.8020807@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/18/2014 12:21 AM, John R Pierce wrote:
>
> personal opinion:
>
> I don't think a terminal device like a PC or an embedded system should
> be talking directly to SQL at all. instead, they should be talking
> to an application server which implements the "business logic", and
> THAT talks to the database.
>
>
>
>
When all we need to do is log sensor values, there's no business logic
needed. It's scientific data collection, and direct to SQL works very
nicely. It's fast and clean.

--
Steve, KK4HFJ

http://www.green-trust.org

http://www.essnmag.com

http://arduinotronics.blogspot.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2014-04-18 04:33:23 Re: Arduino SQL Connector
Previous Message John R Pierce 2014-04-18 04:21:27 Re: Arduino SQL Connector