databaseConfigContent static method
- @Deprecated('Migrated to install.yaml publish:; will be removed in V2')
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');
}