Skip to content

Commit 3a62148

Browse files
SockworkOrangegithub-actions[bot]
authored andcommitted
update docs
1 parent d0db152 commit 3a62148

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/Examples.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
# Examples
2-
## Engine `postgresql`: [NpgsqlExample](../NpgsqlExample)
2+
## Engine `postgresql`: [examples/pg](../examples/pg)
33

4-
### [Schema](../examples/authors/postgresql/schema.sql) | [Queries](../examples/authors/postgresql/query.sql) | [End2End Test](../EndToEndTests/NpgsqlTester.cs)
4+
### [Schema](../examples/authors/postgresql/schema.sql) | [Queries](../examples/authors/postgresql/query.sql) | [End2End Test](../EndToEndTests/examples/pg.cs)
55

66
### Config
77
```yaml
8-
driver: Npgsql
9-
filePerQuery: false
10-
targetFramework: net8.0
11-
generateCsproj: true
8+
driver: pg
129
```
1310
14-
## Engine `mysql`: [MySqlConnectorExample](../MySqlConnectorExample)
11+
## Engine `mysql`: [examples/mysql2](../examples/mysql2)
1512

16-
### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../EndToEndTests/MySqlConnectorTester.cs)
13+
### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../EndToEndTests/examples/mysql2.cs)
1714

1815
### Config
1916
```yaml
20-
driver: MySqlConnector
21-
filePerQuery: false
22-
targetFramework: net8.0
23-
generateCsproj: true
17+
driver: mysql2
2418
```
2519

0 commit comments

Comments
 (0)