-
Notifications
You must be signed in to change notification settings - Fork 1
Useful Links
This wiki page is just a place to store relevant links related to Spatial in-memory or DB operations using either built in DB functionality or via 3rd party libraries.
Spatial Data in EF Core Microsoft document with links to NetTopologySuite packages for the different DB providers. Further into the document it has some sample code for how to Reproject geometry in-memory.
PostGIS Reference Documentation As reference list of available operations that can be used in PostgreSQL with PostGIS with links to examples for each operation.
Operation Translation for PostGIS operations using NPGSQL NetTopologySuite operations which are translated to PostGIS SQL operations.
Npgsql Entity Framework Core Provider Documentation on how to get started and use the NPGSQL EFCore provider.
Npgsql Entity Framework 6 Provider Very basic documentation on using this provider. It should be enough to get one started, however there were many caveats that I hit setting it up in a .NET project. Requires deeper documentation or it's own project.
Oracle Data Provider for .NET Oracle provides their own database provider for EF Core. The link above should help anyone who needs to get started with the ODP.
EF Core Database Providers list A very comprehensive list of EF Core database providers with links to docs and in some cases source sites.