Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing _check_db_availability function in run.sh #160

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

azhiltsov
Copy link
Contributor

The old version of the _check_db_availability function is DB specific
and assuming that dsmr-reader uses postgresql. This is true for most of
the cases.
Hovewer...
The dsmr-reader is build on top of django which supports different database
backends. This change is making _check_db_availability function universal and
DB agnostic.

Related to #159

The old version of the _check_db_availability function is DB specific
and assuming that dsmr-reader uses postgresql. This is true for most of
the cases. 
Hovewer...
The dsmr-reader is build on top of django which supports different database
backends. This change is making _check_db_availability function universal and 
DB agnostic.
@xirixiz xirixiz merged commit 8d56b38 into xirixiz:development Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants