Hvis du vil have dette som standard, foreslår jeg, at du indstiller det i din MySQL-konfiguration. Indstillingen er beskrevet her: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
For PostgreSQL hedder indstillingen default_transaction_isolation . Du kan indstille dette i postgresql. konf. .