-
Is there a way to use as an API instead of CLI?
-
## The devDependency [tslint-immutable](https://github.com/jonaskello/tslint-immutable) was updated from `5.3.3` to `5.4.0`.
🚨 [View failing branch](https://github.com/RobinCK/typeorm-fixtures/compa…
-
Hi!
I'm using a custom naming strategy to generate my database schema, but when I run fixtures command, it doesn't use this custom naming strategy.
In my AppModule I have this code to load the C…
-
I would love to see some documentation on how to use it. Could be very useful. Looking for something similar to sequelize-fixtures but for typeorm.
-
we use `ormconfig.ts` because it is most flexible for configuration `TypeOrm`
`npx fixtures -c ormconfig.ts database/fixtures`
output
```
Fail fixture loading: Unexpected token {
(node:32337) Unh…
-
**Issue type:**
[*] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**TypeORM version:**
[*] `latest`
[ ] `@next`
[ ] `0.x.x` (or put your version here)
As far as …
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
Using 2.3.3 release and the sample class from docs:
```typescript
import {
Config,
Decorator,
Query,
Table,
} from "dynamo-types";
@Decorator.Table({ name: `table_name` })
export…
-
These are the most relative todos that needs to be done:
- [x] all persist and remove operations needs to be performed in correct order to prevent errors. need to analyse this order somehow
- [x] i…