We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2ed00 commit 02d68a2Copy full SHA for 02d68a2
docs/Examples.md
@@ -8,6 +8,7 @@
8
driver: Npgsql
9
targetFramework: net8.0
10
generateCsproj: true
11
+namespaceName: NpgsqlExampleGen
12
```
13
14
## Engine `mysql`: [MySqlConnectorExample](../MySqlConnectorExample)
@@ -19,6 +20,7 @@ generateCsproj: true
19
20
driver: MySqlConnector
21
22
23
+namespaceName: MySqlConnectorExampleGen
24
25
26
## Engine `sqlite`: [SqliteExample](../SqliteExample)
@@ -30,5 +32,6 @@ generateCsproj: true
30
32
driver: Sqlite
31
33
34
35
+namespaceName: SqliteExampleGen
36
37
0 commit comments