Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

symbolist/db-utils

Repository files navigation

Part of edX code.

The isolation levels are changed only on MySQL.

Tests

Setup the database:

CREATE DATABASE dbutils;
CREATE USER 'dbutils'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'dbutils'@'localhost';
CREATE DATABASE dbutils;

Install the python requirements:

pip install -r requirements.txt

Run the tests:

python runtests.py

License

The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.

Please see LICENSE.txt for details.

How To Contribute

Contributions are very welcome.

Please read How To Contribute for details.

Even though it was written with edx-platform in mind, the guidelines should be followed for Open edX code in general.

Reporting Security Issues

Please do not report security issues in public. Please email security@edx.org

Mailing List and IRC Channel

You can discuss this code on the edx-code Google Group or in the edx-code IRC channel on Freenode.

About

Database utils for use with Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages