Skip to content

Data Access Layer

Filtering

When using MartenDB with PostgreSQL, there are specific considerations to keep in mind:

  • Is not allowed to use DateTime with KindUtc when filtering, to avoid errors, we will always use DateTimeOffset.

Work in Progress