*** 17,22 **** --- 17,23 ---- Alternatively, if you are using the SQLite command line program, the following works fine: .tables + A) {link:http://www.sqlite.org/pragma.html#schema Pragmas used to query the schema of the current database.} ------ 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?