Installation 
Use your favourite package manager to install the module from @abw/badger-database. You should also install at least one of the database driver modules:
pgfor Postgresmysql2for Mysql or MariaDBbetter-sqlite3for Sqlite.
shell
// postgres
npm install @abw/badger-database pg
// mysql
npm install @abw/badger-database mysql2
// sqlite
npm install @abw/badger-database better-sqlite3shell
// postgres
pnpm add @abw/badger-database pg
// mysql
pnpm add @abw/badger-database mysql2
// sqlite
pnpm add @abw/badger-database better-sqlite3shell
// postgres
yarn add @abw/badger-database pg
// mysql
yarn add @abw/badger-database mysql
// sqlite
yarn add @abw/badger-database better-sqlite3Where Next? 
Once you've got it installed you're ready to connect to a database.