Skip to content

Commit b3896d5

Browse files
Merge pull request #363 from dsteinweg/master
Update comparison doc: FSharp.Data.SqlClient supports .NET Standard
2 parents 1b1180f + bd41268 commit b3896d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/comparison.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Type providers + Query Expressions
4545
4646
Good:
4747
48+
- Supports .NET Standard and .NET Core
4849
- User has full control of SQL
4950
- Which allows full utilization of database indexes with complex queries
5051
- SQL syntax is already familiar for many
@@ -58,14 +59,13 @@ Not so good:
5859
- By default supports only Microsoft SQLServer and T-SQL
5960
- Code overhead if you have a large amount of different small operations
6061
- Doesn't generate domain model for work with C#
61-
- No support for .NET Standard / .NET Core
6262
6363
### SQLProvider
6464
6565
Good:
6666
67-
- Supports any database (MSSQL, MySQL, PostgreSQL, Oracle, Odbc, ...)
6867
- Supports .NET Standard and .NET Core
68+
- Supports any database (MSSQL, MySQL, PostgreSQL, Oracle, Odbc, ...)
6969
- Changing the database is not actually huge work
7070
- Makes effective simple SQL
7171
- Supports async database operations

0 commit comments

Comments
 (0)