Skip to content

Commit 74d5fe2

Browse files
author
Peet Whittaker
committed
Update README with supported database versions
1 parent d786d81 commit 74d5fe2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The code has been updated to compile with the latest NTS, GeoAPI and NHibernate
1111
| [NHibernate.Spatial.MySQL](https://www.nuget.org/packages/NHibernate.Spatial.MySQL) | [![NuGet Status](http://img.shields.io/nuget/v/NHibernate.Spatial.MySQL.svg?style=flat)](http://www.nuget.org/packages/NHibernate.Spatial.MySQL) |
1212
| [NHibernate.Spatial.PostGis](https://www.nuget.org/packages/NHibernate.Spatial.PostGis) | [![NuGet Status](http://img.shields.io/nuget/v/NHibernate.Spatial.PostGis.svg?style=flat)](http://www.nuget.org/packages/NHibernate.Spatial.PostGis) |
1313

14+
## Supported Databases
15+
16+
| Package | Minimum Version | CI Tests |
17+
| ------- | --------------- | -------- |
18+
| NHibernate.Spatial.MsSql | SQL Server 2008 | SQL Server 2008, SQL Server 2012 |
19+
| NHibernate.Spatial.MySQL | MySQL 5.6 | MySQL 5.6, MySQL 5.7 |
20+
| NHibernate.Spatial.PostGis | PostgreSQL 10 w/ PostGIS 2.5 <sup>1</sup> | PostgreSQL 10 w/ PostGIS 2.5, PostgreSQL 14 w/ PostGIS 3.2 |
21+
22+
<sup>1</sup> PostgreSQL 9.1 w/ PostGIS 2.0 or later will likely work, but are not explicitly supported here as they are EOL (see [here](https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS#PostGISSupportMatrix)).
23+
1424
## Getting Started
1525
For configuring your application, please refer to [Configuration and Mapping](http://nhibernate.info/doc/spatial/configuration-and-mapping.html) on the NHForge Wiki.
1626
Furthermore you can read about [sample usage](http://nhibernate.info/doc/spatial/sample-usage.html). For an updated in-depth look at NHibernate.Spatial, you can

0 commit comments

Comments
 (0)