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

Add mongodb adapter stubs. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rhetzler
Copy link
Contributor

@rhetzler rhetzler commented Dec 5, 2017

This allows us to synthetically "create" mongodb tenant dbs, unblocking the index migrations.

In practice this is a no-op for create. Drop needs to plug into Mongo.Ecto functionality
relying on the more recent database switching functionality (ecto-2.1 branch)

This allows us to synthetically "create" mongodb tenant dbs, unblocking the index migrations.

In practice this is a no-op for create. Drop needs to plug into Mongo.Ecto functionality
relying on the more recent database switching functionality
@Dania02525
Copy link
Owner

I like it! how do you feel about rescuing exceptions in the error tuple format from the mongo adapter for good measure?

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