*** 18,23 **** --- 18,25 ---- .tables A) {link:http://www.sqlite.org/pragma.html#schema Pragmas used to query the schema of the current database.} + + A) {link:http://www.sqlite.org/cvstrac/wiki?p=InformationSchema Information Schema} ------ Q) Are there any plans for Concurrent Queries Improvements on SQLite??? I mean, when i'm hypothetically inserting 100000 records in a table throguh a PHP PDO Query, and I try to access this table for a simpe query like (select * from table where id = 1), SQLite returns a message that the table is locked. Is there any research for this? Is there a active project roadmap?