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
Use explicit selects and remove sensitive fields from responses
- Replace .selectAll()/.returningAll() with explicit select attributes
- Add reusable helpers: timestampsSelect, resourceSelect
- Use enumToText<T>() for enum compatibility with Postgate HTTP
- Remove sensitive fields from response types:
- connectionString from DatabaseConfigRow
- accessKeyId/secretAccessKey from StorageConfigRow
- Remove script from workers list (too large, fetched separately)
- Add select constants for consistency across all db services
Impact: Better performance, improved security, Postgate compatibility
0 commit comments