# Databases Local in-memory database abstraction for offline/cached data using ConcurrentDictionary. ## Key Files - **`DatabaseLocalBase.cs`** — Abstract base with generic table management for IEntityInt entities. Thread-safe AddTable, GetRows, GetRow, AddRow, AddRows, DeleteRow.