Skip to content

Commit 6cfef3a

Browse files
committed
Update supported versions of databases
1 parent 93feb26 commit 6cfef3a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ReadMe.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
DataObjects.Net is a persistence and object-relational mapping framework for the Microsoft .NET. It allows developers to define persistent objects as well as business logic directly in C#, Visual Basic or F#. The persistent objects can be retrieved by LINQ queries. Persistent data can be stored in SQL Servers. In contrast to many other ORM frameworks the database model is generated and maintained automatically.
44

55
Supported databases:
6-
- MS SQL Server 2008 R2, 2012, 2014, 2016, 2017, 2019
6+
- MS SQL Server 2012, 2014, 2016, 2017, 2019
77
- MS Azure SQL Database
88
- Oracle 10g, 11g
9-
- PostgreSQL 8.3, 8.4, 9.0, 9.1, 9.2, 10, 11
10-
- MySQL 5.5, 5.6, 5.7, 8.0
11-
- Firebird 2.5
9+
- PostgreSQL 9.x, 10, 11, 12, 13
10+
- MySQL 5.6, 5.7, 8.0
11+
- Firebird 2.5, 4.0
1212
- Sqlite 3
1313

14+
NOTE that MS SQL Server 2008 R2, PostgreSQL v8.3, v8.4, and MySQL v5.5 were removed from supported versions list because they're too old and reached End-Of-Live status. Drivers for these versions still exist within libraries and we will try to keep them working but no guarantee given.
15+
1416
### Installation
1517

1618
DataObjects.Net is available on Nuget. Install main package (NOTE this package does not include any providers, install needed provider addtionally)

0 commit comments

Comments
 (0)