We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3652bad commit f70c0d8Copy full SHA for f70c0d8
README.md
@@ -29,13 +29,13 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
29
30
### NuGet Package Manager
31
32
-```cmd
+```
33
Install-Package Fly.SQL
34
```
35
36
### .NET CLI
37
38
39
dotnet add package Fly.SQL
40
41
@@ -47,7 +47,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
47
48
### Packet CLI
49
50
51
paket add Fly.SQL
52
53
@@ -59,7 +59,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
59
60
### Cake
61
62
63
// Cake Addin
64
#addin nuget:?package=Fly.SQL&version=1.0.3
65
0 commit comments