typescript-example icon indicating copy to clipboard operation
typescript-example copied to clipboard

Example of typeorm usage

Results 6 typescript-example issues
Sort by recently updated
recently updated
newest added

https://github.com/typeorm/typescript-example/blob/b6f2df3e3b93471ff0aef6d8c9d17d553240b5a0/README.md?plain=1#L5 Is there a `ormconfig.ts` in updated versions? I came here looking for awnsers, but I see conflicting information here.

This pull request address "Cannot find name 'AsyncIterableIterator'". ### Steps to reproduce - Create a test database ``` % mysql -uroot -p Enter password: mysql> create database test; mysql> exit;...

MacOS Catalina 10.15.4 How to reproduce, simply install using quick guide ``` npm install typeorm --save npm install reflect-metadata --save npm install @types/node --save npm install pg --save npm install...

The `entities / subscribers / migrations` properties in the `ormconfig.json` file are pointing at `*.js` files, which was resulting in a `EntityMetadataNotFound:` error. Changing to look for the correct file...

package.json needs dev dependency @types/node.