Skip to content

Commit

Permalink
Merge pull request #4 from DaredevilOSS/fixed-generated-examples
Browse files Browse the repository at this point in the history
fixed generated examples
  • Loading branch information
SockworkOrange authored Jun 27, 2024
2 parents ddd4eed + c69cf69 commit c7e31e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Examples
## Engine `postgresql`: [examples/pg](../examples/pg)

### [Schema](../examples/authors/postgresql/schema.sql) | [Queries](../examples/authors/postgresql/query.sql) | [End2End Test](../tests/end2end_pg.rb.rb)
### [Schema](../examples/authors/postgresql/schema.sql) | [Queries](../examples/authors/postgresql/query.sql) | [End2End Test](../tests/end2end_pg.rb)

### Config
```yaml
Expand All @@ -10,7 +10,7 @@ driver: pg
## Engine `mysql`: [examples/mysql2](../examples/mysql2)

### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../tests/end2end_mysql2.rb.rb)
### [Schema](../examples/authors/mysql/schema.sql) | [Queries](../examples/authors/mysql/query.sql) | [End2End Test](../tests/end2end_mysql2.rb)

### Config
```yaml
Expand Down

0 comments on commit c7e31e9

Please # to comment.