walkpan 455ed4ad5e feat: database setup with SQLAlchemy ORM models for Device and DeviceLog
- Replace minimal database.py with full SQLAlchemy async setup
- Create Device and DeviceLog models with proper relationships
- Add tests for model creation and relationship functionality
- Fixed lazy loading issue in tests by avoiding .count() on dynamic relationships
2026-03-29 21:28:55 +08:00
Description
家庭智能设备管理系统
227 KiB
Languages
Python 64.5%
Vue 29.6%
JavaScript 5.5%
HTML 0.3%
CSS 0.1%