mysql
orm
clickhouse
sqlite
odbc
postgresql
donation
oracle
firebird
access
codefirst
sqlserver
hacktoberfest
kingbase
dameng
shentongdata
highgo
gbase
-
Updated
Jun 7, 2022 - C#
Filtering using
name + schemaorregex + schemaoption currently fails with'name' or 'regex' property requirederror.As workaround remove schema filter.
E.g. failing filter:
{ "schema": { "exclude-tables": [ { "regex": "temp_table_.*", "schema": "dbo" } ] } }Workaround:
`