Interface MorphiumDriver

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DriverBase, InMemoryDriver, MongoDriver, PooledDriver, SingleMongoConnectDriver

public interface MorphiumDriver extends Closeable
Morphium driver interface

All drivers need to implement this interface. you can add your own drivers to morphium. These are actually not limited to be mongodb drivers. There is also an InMemory implementation.