Wenn Sie dies als Standard festlegen möchten, schlage ich vor, es in Ihrer MySQL-Konfiguration festzulegen. Die Einstellung ist hier beschrieben:https:/ /dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_transaction-isolation
[mysqld]
default-character-set = utf8
default-storage-engine = InnoDB
default-table-type = InnoDB
transaction-isolation = SERIALIZABLE
Für PostgreSQL heißt die Einstellung default_transaction_isolation . Sie können dies in postgresql festlegen. conf .