We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0813a commit 7cf1130Copy full SHA for 7cf1130
docs/Examples.md
@@ -21,3 +21,14 @@ targetFramework: net8.0
21
generateCsproj: true
22
```
23
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