piranha / nomad

simple sql migration tool to save you from going mad

Home Page:http://nomad.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is nomad suited to be used as a Python library?

alex3kov opened this issue · comments

I'm looking for something like Flyway API, but for Python.

It was intended to use as a command line library, so not sure it would be ergonomical... I mean you could, commands should be pretty usable thanks to opster, but I'd recommend just calling functions that represent command line interface rather than using some internals.