stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

YAML example doesn't show how to extract arrays #121

Open brandonros opened 8 years ago

brandonros commented 8 years ago

I read this:

At present, MoSQL does not support using the dot notation to access elements inside arrays.

Example schema:

shipping
    rules: [{
        foo: String,
        boo: number
    }]

How would one map this to YAML?