ben-hn

Results 4 issues of ben-hn

Not sure if this one is you or nest, but if you don't specify a tag in the `registerAsync` method, it defaults to `default`, however I can't seem to get...

enhancement

Currently when trying to use a config service, I need to `import { DrizzlePostgresConfig } from '@knaadh/nestjs-drizzle-postgres/src/postgres-js.interface';` Could you export it higher up? Thanks!

enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the regression has not already been reported ### Last working...

documentation
good first issue

**Expected Behaviour** I should be able to extend the PostgreSqlContainer without issues as follows ```typescript public override async start() { return new StartedPostgreSqlContainer( await super.start(), this.database, this.username, this.password, ); }...