Namespace Npgsql.TypeHandlers
Classes
- ArrayHandler<TElement>
Base class for all type handlers which handle PostgreSQL arrays.
- JsonbHandler
JSONB binary encoding is a simple UTF8 string, but prepended with a version number.
- RangeHandler<TElement>
Type handler for PostgreSQL range types
Interfaces
- IEnumTypeHandlerFactory
Interface implemented by all enum handler factories. Used to expose the name translator for those reflecting enum mappings (e.g. EF Core).
- IMappedCompositeTypeHandlerFactory
Interface implemented by all mapped composite handler factories. Used to expose the name translator for those reflecting enum mappings (e.g. EF Core).