File System Storage
The File System Storage is a storage driver that stores the migration history in a .json
file on the local file system.
Installation
Configuration
The File System Storage can be configured easily in your emigrate.config.js
file:
Options
filename
type: string
Should be a path either relative to the project root or an absolute path. It doesn’t need to have the .json
extension, but its contents will be in JSON format.