Serge Bazanski | 35e8d79 | 2022-10-11 11:32:30 +0200 | [diff] [blame^] | 1 | // 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. | ||||
8 | package bmdb |