ld-codes

Results 2 issues of ld-codes

**Overview** Change all private member variable visibility to protected so that library consumers can extend and switch adapter behavior to meet their needs. I wanted to [add support for soft...

Handles https://github.com/SoftwareBrothers/adminjs-typeorm/issues/54 Sometimes you might want to find entities that soft deleted. You can extend the existing entity with `withDeleted` property: ``` @Entity() export class Person extends BaseEntity { @DeleteDateColumn()...