.allowMainThreadQueries()// this code may block the main thread, every database transaction must be executed on background thread no
.build();// as long as this method is called no, if you remove this method then you should call every single method of your DAOs on a background thread