On 02/22/2015 01:22 PM, Simon Slavin wrote:
> 
> On 22 Feb 2015, at 6:10pm, russ lyttle <lyttlec at gmail.com> wrote:
> 
>> The "natural" language for the Raspberry PI is Python. For Arduino it is
>> C++.
> 
> Arduinos are programmed in 'Wiring' which is descended from 'Processing', 
> which is a very small subset of C++ with a few library functions added.  It's 
> so small that a complete list of all language features, including build-in 
> library calls, fits on two sides of A4.
> 
> Which it may be technically possible to port SQLite to one, almost no 
> Arduinos have any storage with a file structure so it's not worth it unless 
> you yourself need SQLite for your own project.
> 
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
> 

True. Unless someone has already started such a project, it's not for
me. However, Arduinos are AVR based and can be programmed using AVRDUDE
and gcc/g++ toolchains. It would be nice having a small sqlite subset
that would fit on some of the smaller embedded processors. I could use
such a thing to do queries on read-only tables stored in external flash.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: 
<http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-users/attachments/20150222/0f38c46d/attachment.pgp>

Reply via email to