Re: Arduino SQL Connector

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Arduino SQL Connector
Date: 2014-04-18 04:21:27
Message-ID: 5350A847.8010508@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/17/2014 9:09 PM, Steve Spence wrote:
> You know what? Fine, it doesn't matter that much to me. I'm happy to
> continue using MySQL. It works with the Arduino quite nicely. Postgres
> doesn't work. That's Postgres loss not mine. I really thought the
> postgres team would be interested in providing support for a very
> popular microcontroller system. If not, they are missing out on a
> larger segment of users.

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.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Spence 2014-04-18 04:27:20 Re: Arduino SQL Connector
Previous Message Steve Spence 2014-04-18 04:09:52 Re: Arduino SQL Connector