Re: Arduino SQL Connector - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Arduino SQL Connector
Date
Msg-id 20140417133750.GB7449@momjian.us
Whole thread Raw
In response to Arduino SQL Connector  (Steve Spence <greentrust@gmail.com>)
Responses Re: Arduino SQL Connector  (Steve Spence <greentrust@gmail.com>)
List pgsql-general
On Thu, Apr 17, 2014 at 08:00:50AM -0400, Steve Spence wrote:
> I'm using a MySQL library on my arduino that allows me to directly
> connect to a MySQL database and perform SQL queries on the Arduino.
>
> I need something similar for Postgres. Anyone have the knowledge and
> interest to work with me?
>
> Here is a sample of what I'm doing currently, and the results:
>
> http://arduinotronics.blogspot.com/2014/04/arduino-based-sql-queries.html
>
> http://green-trust.org/lmanco/find.php

I have never heard of anyone writing a Postgres client connector for
Arduino, but it would certainly be possible to write if MySQL can have
one.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


pgsql-general by date:

Previous
From: yhe
Date:
Subject: Re: hot standby data folder bigger than primary
Next
From: Steve Spence
Date:
Subject: Re: Arduino SQL Connector