
sqlite
Get flash to fully experience Pearltrees
SQLite Optimization FAQ
This FAQ is an incomplete summary of my experiences with speed-optimizing an application that uses the SQLite library.On my current project, we’re successfully using SQLite for in-memory testing with NHibernate / Castle.ActiveRecord . This makes tests that run against the database a lot faster than if we ran them against SQL Server. NHibernate’s pluggable driver / connection provider model makes this fairly painless, but there are a few gotchas in the technical details that are worth calling out.

