Skip to content

Overview

Q Toolkit (QTK) is a set of libraries that ease development by q, a language for kdb+. It provides the following tools:

  • simple package/module management, see .qtk.import
  • uniform APIs to interact with tables regardless of whether they are in-memory or on-disk, see .qtk.tbl
  • database management utilities, see .qtk.db and .qtk.pdb
  • structured error raising, see .qtk.err

The project is open source. Check out its source code here.