File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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):
112112fastapi-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
116123Load a YAML config and skip the UI:
117124``` bash
You can’t perform that action at this time.
0 commit comments