mirror of
https://github.com/openkmip/pykmip
synced 2026-01-06 10:33:35 +00:00
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.