Getting Started with QDB

The QNX Database (QDB) server is a small-footprint, embeddable SQL database server. It is designed as an easy-to-configure QNX Neutrino resource manager.

QDB is based on the SQLite project (http://www.sqlite.org) and inherits many of SQLite's features. QDB has these features:
  • support for most ANSI SQL-92 syntax
  • transactions
  • concurrent access
  • synchronous safe writes
  • triggers, views, multiple attached databases
  • small footprint
  • network access to databases using QNet
  • simple API for accessing the database
  • result storing for repeated use
  • result passing from one application to another
  • in-memory database support
  • auto-attach support, to join disparate databases into a single, virtual database
Page updated: