MariaDbDatabase constructor
      
      MariaDbDatabase({ 
    
    
- required String name,
Implementation
MariaDbDatabase({
  required this.name,
}) : _tables = [];MariaDbDatabase({
  required this.name,
}) : _tables = [];