Jido.Character.Persistence.Memory (Jido Character v1.0.0)

Copy Markdown View Source

Simple in-memory persistence adapter for characters.

Uses ETS for storage, keyed by {module, id} to support multiple character types with the same id.

This adapter is ephemeral - data is lost when the process stops. Use for development, testing, or short-lived sessions.

Summary

Functions

Clear all characters from memory. Useful for testing.

Functions

clear_all()

Clear all characters from memory. Useful for testing.