gituser/production/: sqlalchemy-diff-0.1.5 metadata and description
Compare two database schemas using sqlalchemy.
| author | student.com |
| author_email | wearehiring@student.com |
| classifiers |
|
| license | Apache License, Version 2.0 |
| provides_extras | docs |
| requires_dist |
|
| File | Tox results | History |
|---|---|---|
sqlalchemy_diff-0.1.5-py3-none-any.whl
|
|
Compare and generate a diff between two databases using SQLAlchemy’s inspection API.
Documentation
Running tests
Tests are written with pytest. Makefile targets to invoke tests are also provided for convenience.
Test databases will be created, used during the tests and destroyed afterwards.
Example:
$ # using default settings
$ make test
# or
$ py.test test
$ # overridding the database URI
$ py.test test --test-db-url=mysql+mysqlconnector://root:password@localhost:3306/sqlalchemydiff
# or
$ make test ARGS="--test-db-url=mysql+mysqlconnector://root:password@localhost:3306/sqlalchemydiff"
# providing other pytest args via Make
$ make test ARGS="--lf -x -vv"
License
Apache 2.0. See LICENSE for details.