mysql
orm
clickhouse
sqlite
odbc
postgresql
donation
oracle
firebird
access
codefirst
sqlserver
hacktoberfest
kingbase
dameng
shentongdata
highgo
gbase
-
Updated
Feb 23, 2022 - C#
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c