Last active 1729146756

knox revised this gist 1729146756. Go to revision

1 file changed, 4 insertions

TypeORM-readme-45.ts(file created)

@@ -0,0 +1,4 @@
1 + const options: DataSourceOptions = {
2 + // ... other options
3 + entities: [Photo, PhotoMetadata, Author, Album],
4 + }
Newer Older