databaseConfigContent static method

  1. @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
String databaseConfigContent()

Generates lib/config/database.dart with SQLite as the default driver.

Implementation

@Deprecated('Migrated to install.yaml publish:; will be removed in V2')
static String databaseConfigContent() {
  return StubLoader.load('install/database_config');
}