SQLite is a great database! I've been tinkering around with it the past few days (see my first PHP SQLite script @ docunext ) and today I started to test out the pdo sql data source in Nexista with SQLite. Not only is the PDO support in nexista experimental, but my experience with SQLite is very limited! Nevertheless, I got a basic SELECT query to output a record set into flow. That is very cool.