Small. Fast. Reliable.
Choose any three.
*** 1,5 ****
--- 1,10 ----
  FAQ
  
+ 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!
+ 
+ ------
+ 
  Q) How many characters can a query have? (TCL: dbHandle eval $Query)
  
  A) The lessor of the amount of available memory and 2147483648 bytes.