I've just recently moved the application from SQLite to PostgreSQL and I guess as it is now it won't run on SQLite.
Right now it does not use any special feature though some of the syntax might be a bit different in PostgreSQL and in SQLite.
In the near future I am quite sure we will use various Pg specific features (e.g. Pg can hold arrays in a single database field while I think SQLite cannot).