novolis-storage / README.md
novolis-storage docs
Workspaces and persistence
dotnetstoragesqlitenovolis
Storage abstractions, in-memory/SQLite providers, and workspace IO.
Published docs: https://novolis-platform.github.io/.github/novolis-storage/
Guides
| Doc | What it covers |
|---|---|
| [getting-started.md](./getting-started.html) | Install, restore from GitHub Packages, first use |
| [design.md](./design.html) | Goals, layer placement, non-goals |
| [release.md](./release.html) | CalVer publish and package list |
Packages
| Package |
|---|
| `Novolis.IO.Workspace` |
| `Novolis.IO.Workspace.Testing` |
| `Novolis.Storage.Abstractions` |
| `Novolis.Storage.InMemory` |
| `Novolis.Storage.Json` |
| `Novolis.Storage.LiteDb` |
| `Novolis.Storage.Sqlite` |