You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add local database support for all backend frameworks
- Add SQLite database support to Flask backend creation
- Add database models, CRUD operations, and SQLAlchemy for Flask
- Add SQLite database support to Django with Item model
- Add SQLAlchemy, Pydantic models, and database layer to FastAPI
- Add better-sqlite3 database support to Node.js with Item model
- Update backend creation to include database initialization
- Run Django migrations automatically during setup
- All frameworks now create local SQLite databases by default
0 commit comments