Skip to content

Commit 1c3a3fd

Browse files
update docs (#59)
Co-authored-by: SockworkOrange <[email protected]>
1 parent 295c522 commit 1c3a3fd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: docs/Examples.md

+25
Original file line numberDiff line numberDiff line change
@@ -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+
### Config
19+
```yaml
20+
driver: MySqlConnector
21+
filePerQuery: false
22+
targetFramework: net8.0
23+
generateCsproj: true
24+
```
25+

0 commit comments

Comments
 (0)