Skip to content

adamchainz/sqlalchemy-defaults

 
 

Repository files navigation

SQLAlchemy-Defaults

Smart SQLAlchemy defaults for lazy guys, like me.

Running the tests

You need PostgreSQL and MySQL installed to run the full test suite.

To run: :: $ pip install tox $ POSTGRESQL_DSN='postgresql://user@host:port/db' MYSQL_DSN='mysql+pymysql://user@host:port/db' tox

To type a bit less to run the tests you can save the command in a script: :: $ echo "POSTGRESQL_DSN='postgresql://user@host:port/db' \ \nMYSQL_DSN='mysql+pymysql://user@host:port/db' \ \ntox" > tox.sh $ chmod +x tox.sh $ ./tox.sh

Resources

About

Smart SQLAlchemy defaults for lazy guys, like me.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • Python 100.0%