UNPKG

grind-db

Version:

Database provider for Grind, powered by Knex

12 lines (8 loc) 161 B
import { Command } from 'grind-cli' export class BaseCommand extends Command { db = null async ready() { await super.ready() this.db = this.app.db } }