Re: Arduino SQL Connector

From: "Tomas Vondra" <tv(at)fuzzy(dot)cz>
To: "Edson Richter" <edsonrichter(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Arduino SQL Connector
Date: 2014-04-18 16:25:51
Message-ID: a8d0980d6e5b6d7a23c359bc77f878e4.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 18 Duben 2014, 18:11, Edson Richter wrote:
> 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 :-) ),

Arduino is a tiny computer, with a just a few kBs of memory. That's hardly
sufficient for a Java environment (especially if even the libpq library is
considered too large).

regards
Tomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2014-04-18 16:30:04 Re: Arduino SQL Connector
Previous Message Edson Richter 2014-04-18 16:11:47 Re: Arduino SQL Connector