Hello !

It seems that the validation for the mongodb is basically non existing !

There is a flag on MongoClientSettings.safe that we can not set and without it no checking is performed on insert/update/delete, I removed the flag check to test and was expecting that the exceptions would be traped by vibe.d and on my errorPageHandler I would be able to manage it.

But the exception writes to console and is not trapped !

It doesn't seem that people use mongodb with vibe.d for a serious work.

Am I missing something here ?

Cheers !