Skip to content

Commit 7cf1130

Browse files
update docs (#81)
Co-authored-by: SockworkOrange <[email protected]>
1 parent 0f0813a commit 7cf1130

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: docs/Examples.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ targetFramework: net8.0
2121
generateCsproj: true
2222
```
2323

24+
## Engine `sqlite`: [SqliteExample](../SqliteExample)
25+
26+
### [Schema](../examples/authors/sqlite/schema.sql) | [Queries](../examples/authors/sqlite/query.sql) | [End2End Test](../EndToEndTests/SqliteTester.cs)
27+
28+
### Config
29+
```yaml
30+
driver: Sqlite
31+
targetFramework: net8.0
32+
generateCsproj: true
33+
```
34+

0 commit comments

Comments
 (0)