haskell - Automatic migration between different Persistent backends -
i wonder if there's tool automatic migrations between different dbms's using persistent package. in theory, should relatively easy do, thought there should tool written it.
one (maybe hacky) solution create program uses mkpersist
twice in different modules same definitions different backend configurations, , manually perform copy operation.
there is, however, not tool available far know.
Comments
Post a Comment