This how-to guide uses the class DatabaseStoreBackend as the store_backend for validation results.
It was tested only with Postgres. If you want to store your Validation Results in a different database, please test this class - it might work without any modifications. If modifications are required, contributing your changes back to the open source is more than welcome.
I was speaking with Ben on Slack and he mentioned I should post here about an enhancement we feel users may get some value from. Often times, schemas are used to segregate tables in postgres according to functional area - it would be nice to support specification of a schema for the database backend. I’ve submitted a PR to implement this behavior: https://github.com/great-expectations/great_expectations/pull/2058/commits