<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br class="webkit-block-placeholder"></div><div>Works for me after I compiled it as a universal binary.  I attached the makefile to compile it as universal.  I have one question about the interface, the [sqlite -open( style messages seem strange.  Since you are sending them directly to the [sqlite] object, the "sqlite" part seems redundant, and the preceding "-" isn't very Pd-like.  How about:</div><div><br class="webkit-block-placeholder"></div><div>[open $1(</div><div>[close(</div><div>[tagged 1(</div><div>[tagged 0(</div><div><br class="webkit-block-placeholder"></div><div>I don't quite see the need for the "endsql" and "submitsql" tags at the end of a message.  Is there ever a time that you would write stuff after "endsql" that has a specific meaning?  Otherwise, it seems like there should just be the selector "sql" at the front of the message.</div><div><br class="webkit-block-placeholder"></div><div>Also, I am assuming that "sqla" means something like "append".  How about emulating the [textfile] syntax so it feels more Pd-ish.  Something like:</div><div><br class="webkit-block-placeholder"></div><div>[add insert into mine (name) values ('jacob') (</div><div>[add insert into mine (name) values ('fred') (</div><div>[submit(</div><div><br class="webkit-block-placeholder"></div><div>and</div><div><br class="webkit-block-placeholder"></div><div>[submit insert into mine (name) values ('the_text') (</div><div><br class="webkit-block-placeholder"></div><div>Looks good overall, keep up the good work!  I think this will be quite useful, and should be easy to build on all platforms and include in Pd-extended.</div><div><br class="webkit-block-placeholder"></div><div>.hc</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><span></span></div></body></html>