This would enable users to install dbc with ```sh npm install -g @columnar-tech/dbc ``` or to install drivers with ```sh npx @columnar-tech/dbc install <driver> ``` This would be a great complement to the new [ADBC driver manager on npm](https://www.npmjs.com/package/@apache-arrow/adbc-driver-manager).
This would enable users to install dbc with
or to install drivers with
This would be a great complement to the new ADBC driver manager on npm.