Database constructor

Database()

Implementation

factory Database() {
  return _instance;
}