Hi,

I've recently started using sqlite3 c-library. I'm using the in-memory databases which are pretty fast since I'm loading data dynamically into sqlite3 from a different backend (had to do this as we wanted to provide an SQL interface to our users).


It would be very nice if I could also use sqlite3RunParser to get the list of tables I need to load into in-memory databases. Currently, I'm loading all the tables, which is a performance hit.

Thanks in advance for suggestions / advices.

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

Reply via email to