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

Support mysql as DB backend #52

Merged
merged 5 commits into from
Dec 5, 2015
Merged

Support mysql as DB backend #52

merged 5 commits into from
Dec 5, 2015

Conversation

pcarranza
Copy link
Contributor

This provides mysql as DB backend, and also reduces the size of the authorization key because mysql does not support keys so large (and they are not necessary)

Fixes #51

cc @indirect @smellsblue

end

def ask_postgres_details
def ask_database_details(database = "postgres")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the default value necessary? It seems like a value is always provided

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, it was just left there in the process of refactoring this as a safety measure.

I'll drop it.

@smellsblue
Copy link
Contributor

👍

pcarranza added a commit that referenced this pull request Dec 5, 2015
@pcarranza pcarranza merged commit fba9dfa into master Dec 5, 2015
@bronzdoc bronzdoc deleted the support-mysql branch May 21, 2018 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants