Skip to content

Commit

Permalink
Update README.md for.NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarr authored Nov 24, 2023
1 parent a5dcce8 commit e040e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ If using `Npgsql` v6 or earlier:
// `experiments.mood` is the generated enum, and "experiments.mood" is the "{schema}.{enum}".
Npgsql.NpgsqlConnection.GlobalTypeMapper.MapEnum<experiments.mood>(nameof experiments.mood) |> ignore
```
💥 `Npgsql` v8.0.0 fails when inserting an enum.

### Support for Postgres Arrays
SqlHydra.Cli supports `text[]` and `integer[]` column types.
Expand Down Expand Up @@ -258,7 +259,7 @@ This can be useful for various use cases, such as:


## Supported Frameworks
.NET 6 - .NET 7 are currently supported.
.NET 6 - .NET 8 are currently supported.
(If you still need support for .NET 5, use the deprecated `SqlHydra.SqlServer`, `SqlHydra.Sqlite`, `SqlHydra.Npgsql` or `SqlHydra.Oracle` tools.)

### .NET 6 and Greater
Expand Down

0 comments on commit e040e98

Please sign in to comment.