apartmentex icon indicating copy to clipboard operation
apartmentex copied to clipboard

Add mongodb adapter stubs.

Open rhetzler opened this issue 7 years ago • 1 comments

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)

rhetzler avatar Dec 05 '17 19:12 rhetzler

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

Dania02525 avatar Dec 07 '17 21:12 Dania02525