yao/openapi/utils
Max 8786aa9a6a feat(database): add PostgreSQL support and enhance JSON handling
- Updated database configuration to include PostgreSQL 14.0 in CI workflows.
- Enhanced JSON null detection in the Xun store to support PostgreSQL dialect.
- Refactored time conversion utilities to handle multiple database formats, including PostgreSQL.
- Improved cleanup logic in the DataCleaner to ensure proper order of operations for referential integrity.
- Added utility functions for converting between Unix timestamps and database timestamps.
2026-04-06 02:56:04 +08:00
..
convert.go feat(database): add PostgreSQL support and enhance JSON handling 2026-04-06 02:56:04 +08:00
convert_test.go feat(database): add PostgreSQL support and enhance JSON handling 2026-04-06 02:56:04 +08:00
session.go Implement secure cookie handling and session management in Signin API 2025-07-31 18:49:25 +08:00