Skip to content

Commit bb640d2

Browse files
authoredJun 27, 2024··
Merge pull request #2 from DaredevilOSS/update-docs-1719503117
update auto-generated docs
2 parents d0db152 + 3a62148 commit bb640d2

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)
Please sign in to comment.