Serafim
Why Serafim?
What is the purpose of this package?
Instalation
npm install --save serafimIntroduction and Usage
@Entity()
export class User {
@PrimaryGeneratedColumn()
id: number;
@Column()
username: string;
@Column()
password: string;
@OneToOne(() => Person)
person: Person;
@OneToOne(() => ProfilePicture)
profilePicture: ProfilePicture;
}Documentation
Donations
Last updated