On Tue, 26 Jul 2016 21:52:26 +0100 Simon Slavin <[email protected]> wrote:
> > On 26 Jul 2016, at 9:29pm, John Found <[email protected]> wrote: > > > Is it possible to use SQLite, making queries directly in the internal > > virtual machine language, instead of SQL? > > > > Or in another variant, compile the queries in design time, manually > > optimize them (if needed) and then store and call in the program in > > compiled form? > > Out of interest, what are you trying to improve ? Space used to store the > SQLite compiled code ? Memory used to execute the query ? Time taken ? > > Or are you doing it as a demonstration of programming in the internal > language, a bit like programming in Java bytecode or Assembly language ? > Well, not as a "demonstration", but for regular use. I am writing all my software in assembly language, so such aspiration is some kind of natural for me. :) Read my answer to DRH for more details on my motives. > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users -- http://fresh.flatassembler.net http://asm32.info John Found <[email protected]> _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

