Database constructor
Database({})
Implementation
Database({
required this.name,
this.catalogId,
this.createTableDefaultPermissions,
this.createTime,
this.description,
this.locationUri,
this.parameters,
this.targetDatabase,
});