mirror of https://github.com/OpenKMIP/PyKMIP.git
This change swaps out the in-memory SQLite database for file-based data storage. SQLAlchemy support for in-memory SQLite storage does not work across threads. The new storage scheme stores all PyKMIP server data in /tmp. |
||
---|---|---|
.. | ||
server | ||
__init__.py | ||
auth.py | ||
kmip_client.py | ||
results.py |