Skip to content

Commit

Permalink
update docs (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: SockworkOrange <[email protected]>
  • Loading branch information
github-actions[bot] and SockworkOrange authored Jun 17, 2024
1 parent 295c522 commit 1c3a3fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/Examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Examples
## Engine `postgresql`: [NpgsqlExample](../NpgsqlExample)

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

### Config
```yaml
driver: Npgsql
filePerQuery: false
targetFramework: net8.0
generateCsproj: true
```
## Engine `mysql`: [MySqlConnectorExample](../MySqlConnectorExample)

### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../EndToEndTests/MySqlConnectorTester.cs)

### Config
```yaml
driver: MySqlConnector
filePerQuery: false
targetFramework: net8.0
generateCsproj: true
```

0 comments on commit 1c3a3fd

Please sign in to comment.