Skip to content

Commit cfb57d4

Browse files
committed
📝 Add deprecation warning
1 parent 4fc2b49 commit cfb57d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ If you are using this project (or Flask in general to create web APIs) you would
1212

1313
You can use the equivalent sibling project generator based on **FastAPI**: [https://github.com/tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql). It also has more features than this one.
1414

15-
There is also a FastAPI project generator based on Couchbase instead of PostgreSQL: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase).
16-
1715
**FastAPI** was created from the learnings acquired while creating and using these project generators for Flask, with all the plug-ins and ideas.
1816

1917
* **FastAPI** (and its project generators), would give you about 800% (8x) the performance achievable with this one.
2018
* Writing code in **FastAPI** is about 200% to 300% faster. Because you write a lot less code, it is designed for web APIs, and you have auto-complete everywhere.
2119
* About 40% of the human (developer) induced errors can be reduced (**FastAPI** does a lot of the data validation, conversion and documentation for you).
2220

21+
## ⚠️ DEPRECATION WARNING ⚠️
22+
23+
As **FastAPI** and the equivalent project generator provide a much better solution to all the use cases this project was built for, all the future development will be done there.
24+
25+
You are still free to use this project, but it won't receive any new features, changes, or bug fixes.
26+
2327
---
2428

2529
## Features

0 commit comments

Comments
 (0)