No description
Find a file
Markus Scully a1cc9b6e04
vanth/store, tests: Add persistent SQLite and in-memory store backends with CRUD operations
- Added `rusqlite` and `sqlx` dependencies to support SQLite backend functionality for the store.
- Implemented `Store` struct with backend switching between in-memory (`HashMap`) and SQLite-based storage.
- Added CRUD operations (`read`, `write`, `delete`) to the `Store` API with error handling.
- Created integration tests for SQLite store persistence and basic operations.
2025-08-05 18:26:08 +03:00
.cargo ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
crates vanth/store, tests: Add persistent SQLite and in-memory store backends with CRUD operations 2025-08-05 18:26:08 +03:00
.gitignore Init commit 2024-11-14 23:24:15 +00:00
Cargo.lock vanth/store, tests: Add persistent SQLite and in-memory store backends with CRUD operations 2025-08-05 18:26:08 +03:00
Cargo.toml vanth/store, tests: Add persistent SQLite and in-memory store backends with CRUD operations 2025-08-05 18:26:08 +03:00
flake.lock ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
flake.nix ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
LICENSE Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00
README.md Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00

Vanth

Vanth is a work in progress. Maybe some kind of distributed ECS database?