Skip to content

Commit

Permalink
update docs (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: SockworkOrange <26390445+SockworkOrange@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and SockworkOrange authored Jul 14, 2024
1 parent 746a854 commit ba169bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ generateTypes: true
generateGemfile: false
```

## Engine `sqlite`: [examples/sqlite3](../examples/sqlite3)

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

### Config
```yaml
driver: sqlite3
rubyVersion: "3.3"
generateTypes: true
generateGemfile: false
```

0 comments on commit ba169bb

Please # to comment.