Gregory
Gregory
is there a solution for this? using "password" only works with "auth_type = any" (witch let any user access pgbouncer via postgresql://pgbouncer@host/pgbouncer)
is there any progress on this issue? > https://github.com/oven-sh/bun/issues/2477 > https://github.com/honojs/middleware/issues/81#issuecomment-1509457656 > https://github.com/oven-sh/bun/pull/1693
```typescript @Entity('EntityBase', {insertColumns: 'after'}) export class EntityBase { @PrimaryGeneratedColumn() id: number; @UpdateDateColumn() updatedAt: Date; @CreateDateColumn() createdAt: Date; } ``` 1) I'm not very familiar with decorators in depth. therefore i'm...
that make sense to me. IMO we can close this issue.