Skip to content

Commit 8b8306b

Browse files
authored
add tutorial on how to use sqlmodel with rolo (#21)
1 parent 1e67faa commit 8b8306b

9 files changed

Lines changed: 587 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ venv.bak/
132132

133133
# mypy
134134
.mypy_cache/
135+
136+
# sqlite database files created by examples
137+
*.db

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ serving
4545
:maxdepth: 1
4646
4747
tutorials/jsonrpc-server
48+
tutorials/rest-api-sqlmodel
4849
```
4950

0 commit comments

Comments
 (0)