On 26 Jul 2016, at 9:29pm, John Found <johnfo...@asm32.info> 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 ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to