We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295c522 commit 1c3a3fdCopy full SHA for 1c3a3fd
docs/Examples.md
@@ -0,0 +1,25 @@
1
+# Examples
2
+## Engine `postgresql`: [NpgsqlExample](../NpgsqlExample)
3
+
4
+### [Schema](../examples/authors/postgresql/schema.sql) | [Queries](../examples/authors/postgresql/query.sql) | [End2End Test](../EndToEndTests/NpgsqlTester.cs)
5
6
+### Config
7
+```yaml
8
+driver: Npgsql
9
+filePerQuery: false
10
+targetFramework: net8.0
11
+generateCsproj: true
12
+```
13
14
+## Engine `mysql`: [MySqlConnectorExample](../MySqlConnectorExample)
15
16
+### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../EndToEndTests/MySqlConnectorTester.cs)
17
18
19
20
+driver: MySqlConnector
21
22
23
24
25
0 commit comments