From: | Edson Richter <edsonrichter(at)hotmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Arduino SQL Connector |
Date: | 2014-04-18 16:11:47 |
Message-ID: | BLU0-SMTP3861A74A9F07FB075B1A8A3CF5D0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Em 17/04/2014 09:00, Steve Spence escreveu:
> 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
>
>
> Steve Spence, KK4HFJ
> Director, Green Trust
> http://www.green-trust.org
> Http://arduinotronics.blogspot.com
>
>
Is Arduino capable of running Java apps?
If so, you can use the excellent high quality PgSQL JDBC driver.
Java interfacing with native libraries is not difficult, JNI are pretty
well know and documented (and long lived already).
Just my 2c (if you disregard, please just ignore me :-) ),
Edson Richter
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2014-04-18 16:25:51 | Re: Arduino SQL Connector |
Previous Message | Robin | 2014-04-18 15:19:38 | Re: Arduino SQL Connector |