static RecordSet? select(String query, [List<dynamic> bindings = const []]) => _mainInstance!._dbConnection!.select(query, bindings);