Contents

Clients

Programs interact with the BedquiltDB server through client libraries. These libraries wrap the SQL core of BedquiltDB and provide APIs which feel native to the host programming language.

There are three officially supported clients (or drivers):

The bedquilt-examples repository contains two example applications, one for Node.JS and one for Python. The example apps demonstrate the basic usage of BedquiltDB in real applications.