Skip to content

Commit 9217ff1

Browse files
committed
Updated the README files to include the new example.
1 parent 491ccbd commit 9217ff1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ To learn more check out the following [examples](examples/):
108108

109109
- [Flask SQLAlchemy example](examples/flask_sqlalchemy)
110110
- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy)
111+
- [Falcon SQLAlchemy example](examples/falcon_sqlalchemy)
111112

112113
## Contributing
113114

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@ Then you can simply query the schema:
7575
7676
To learn more check out the following `examples <examples/>`__:
7777

78-
- **Full example**: `Flask SQLAlchemy
78+
- **Full example (Flask)**: `Flask SQLAlchemy
7979
example <examples/flask_sqlalchemy>`__
80+
- **Full example (Nameko)**: `Nameko SQLAlchemy
81+
example <examples/nameko_sqlalchemy>`__
82+
- **Full example (Falcon)**: `Falcon SQLAlchemy
83+
example <examples/falcon_sqlalchemy>`__
8084

8185
Contributing
8286
------------

0 commit comments

Comments
 (0)