blob: d56e083a003f36bede066c6fb12a8163d8545bdd [file] [log] [blame]
Serge Bazanski35e8d792022-10-11 11:32:30 +02001// Package bmdb implements a connector to the Bare Metal Database, which is the
2// main data store backing information about bare metal machines.
3//
4// All components of the BMaaS project connect directly to the underlying
5// CockroachDB database storing this data via this library. In the future, this
6// library might turn into a shim which instead connects to a coordinator
7// service over gRPC.
8package bmdb