Skip to content

Commit 6529748

Browse files
committed
documentation updates
1 parent a83abd8 commit 6529748

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,8 @@ session.close()
109109

110110
We have successfully seed `50` users to `User` table in `app.db`.
111111

112+
You can find the source code
113+
for this example
114+
[here](https://github.com/python-ellar/ellar-sql/blob/master/examples/index-script/main.py){target="_blank"}.
115+
112116
I know at this point you want to know more, so let's dive deep into the documents and [get started](https://githut.com/python-ellar/ellar-sql/models/).

docs/models/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,6 @@ file to enable visualization and interaction with the `/users` endpoint.
148148

149149
Once done,
150150
you can access the OpenAPI documentation at [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs){target="_blank"}.
151+
152+
You can find the source code for this project
153+
[here](https://github.com/python-ellar/ellar-sql/tree/master/examples/db-learning){target="_blank"}.

examples/db-learning/db_learning/core/__init__.py

Whitespace-only changes.

examples/db-learning/db_learning/domain/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)