File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Examples
2
- ## Engine ` postgresql ` : [ NpgsqlExample ] ( ../NpgsqlExample )
2
+ ## Engine ` postgresql ` : [ examples/pg ] ( ../examples/pg )
3
3
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 )
5
5
6
6
### Config
7
7
``` yaml
8
- driver : Npgsql
9
- filePerQuery : false
10
- targetFramework : net8.0
11
- generateCsproj : true
8
+ driver : pg
12
9
` ` `
13
10
14
- ## Engine ` mysql`: [MySqlConnectorExample ](../MySqlConnectorExample )
11
+ ## Engine ` mysql`: [examples/mysql2 ](../examples/mysql2 )
15
12
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)
17
14
18
15
# ## Config
19
16
` ` ` yaml
20
- driver: MySqlConnector
21
- filePerQuery: false
22
- targetFramework: net8.0
23
- generateCsproj: true
17
+ driver: mysql2
24
18
` ` `
25
19
You can’t perform that action at this time.
0 commit comments