2b40336eeb
Implements: blueprint storage-reference Change-Id: I7b270208344e76a892e3bead764ba8b68fabca4d
8 lines
189 B
Python
8 lines
189 B
Python
"""
|
|
In-memory reference Storage Driver for Marconi.
|
|
|
|
Useful for automated testing and for prototyping storage driver concepts.
|
|
"""
|
|
|
|
from marconi.storage.sqlite.driver import Driver # NOQA
|