*** 1,5 **** --- 1,11 ---- FAQ + Q) Does SQLIte have a sintax equivalent to: + SHOW TABLES + Or how do I find out what tables does a SQLite database have? + + ------ + Q) Are there any plans for Concurrent Queryes Improvements on SQLite??? I mean, when i'm hipotetically inserting 100000 records in a table throguht a PHP PDO Query, and i try to access this table for a simply query like (select * from table where id = 1), SQLite returns a message that the table is locked. Are there any research for this? Is there a active project roadmap? Thanks!