Skip to content

Commit 0320197

Browse files
committed
Update README.md
1 parent 77b1676 commit 0320197

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- 🗄️ [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy) Models
1616
- 📦 [Pydantic](https://github.com/pydantic/pydantic) Schemas
1717
- 🌐 RESTful Endpoints (CRUD + more)
18-
- Comprehensive Test Suite (pytest)
18+
- 🧪 Comprehensive Test Suite (pytest)
1919
- 🏗️ DAOs (Database Access Objects)
2020
- 🏭 [Factory Boy](https://github.com/FactoryBoy/factory_boy) Test Factories
2121
- 🐳 [Docker Compose](https://github.com/docker/compose) Setup
@@ -44,7 +44,7 @@
4444
| Storage | S3 |
4545
| Migrations | Alembic |
4646

47-
*More to come!*
47+
*Much more to come!*
4848

4949
## UI for designing your API projects
5050
![UI Interface](https://github.com/user-attachments/assets/4037f7c5-68ac-48e5-8a4e-1a6a6f1f4072)
@@ -112,6 +112,13 @@ Load a custom YAML configuration (can be generated through the UI):
112112
fastapi-forge start --from-yaml=~/path/to/config.yaml
113113
```
114114

115+
### `--conn-string`
116+
Load an existing Postgres database schema:
117+
118+
```bash
119+
fastapi-forge start --conn-string=postgres://user:pass@localhost/db_name
120+
```
121+
115122
### Combine Options
116123
Load a YAML config and skip the UI:
117124
```bash

0 commit comments

Comments
 (0)