Weft QDA's qdp file format uses SQLite, a small, fast, file-based relational
database system as its storage format. A QDP file is simply a SQLite database, and can be
opened and exported using the free sqlite program:
http://www.sqlite.org/. The schema of the database is described in
the library file
/lib/weft/backend/sqlite/schema.rb
.