nomad icon indicating copy to clipboard operation
nomad copied to clipboard

simple sql migration tool to save you from going mad

Results 6 nomad issues
Sort by recently updated
recently updated
newest added

I used nomad since years ago, but when I migrate my environment to Python3, I got this error: `Error: cannot use engine nomad.engine.dbapi: No module named 'urlparse'`

Looking for the py3 compat fix on pypi. Thanks!

failed to execute sql with question mark in comment ``` Traceback (most recent call last): File "/usr/local/bin/nomad", line 11, in sys.exit(app.dispatch()) File "/usr/local/lib/python3.5/dist-packages/opster.py", line 244, in dispatch return call_cmd(cmd, func,...

We created migrations by hand, i.e. just `mkdir` plus add some .sql files. These directories had no migration.ini files in them. Except one, which specified a dependency. Nomad took this...

Sometimes when `ALTER` takes a bit more time than I'd like, I want to be able to cancel it.