TypeORM Adapter
The TypeormAdapter is used for creating mock data and automatically inserting persisting it to a database.
Installation
TypeormAdapter([opts])
opts: optional, any valid
Typeorm Connection Options. If
opts
is omitted then the adapter will attempt to use the connection configured in
ormconfig.json
Typeorm Blueprint
Available Options None
Last updated
Was this helpful?