Skip to content

Commit ba169bb

Browse files
update docs (#34)
Co-authored-by: SockworkOrange <[email protected]>
1 parent 746a854 commit ba169bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/Examples.md

+12
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,15 @@ generateTypes: true
2323
generateGemfile: false
2424
```
2525

26+
## Engine `sqlite`: [examples/sqlite3](../examples/sqlite3)
27+
28+
### [Schema](../examples/authors/sqlite/schema.sql) | [Queries](../examples/authors/sqlite/query.sql) | [End2End Test](../tests/end2end_sqlite3.rb)
29+
30+
### Config
31+
```yaml
32+
driver: sqlite3
33+
rubyVersion: "3.3"
34+
generateTypes: true
35+
generateGemfile: false
36+
```
37+

0 commit comments

Comments
 (0)