An open API service indexing awesome lists of open source software.

https://github.com/timmikeladze/arango-migrate-example

Sample repository for a minimal example of the arango-migrate cli tool.
https://github.com/timmikeladze/arango-migrate-example

arango arango-migrate arangodb migration-tool migrations

Last synced: 24 days ago
JSON representation

Sample repository for a minimal example of the arango-migrate cli tool.

Awesome Lists containing this project

README

        

# arango-migrate-example

A minimal example of how to use the [arango-migrate](https://github.com/TimMikeladze/arango-migrate) cli tool.

## How to use

```console
docker compose up -d

cp .env.example .env

yarn install

yarn arango-migrate --up

yarn arango-migrate --list

yarn arango-migrate --init my_new_migration

yarn arango-migrate --up
```

Read the full documentation [here](https://github.com/TimMikeladze/arango-migrate)