Add the `ON CONFLICT IGNORE/DO NOTHING` clause as property to the database classes
The conflict handling has not the same syntax in SQLite and PostgreSQL. Therefore, we need to add the respective clause as a database-class property to allow for database-type-independent conflict handling.
\rfc @tara @shinde @laurens