Recent posts
- 2025.10.10 - This week in Heave: Added a new deletion system, more data types (
i32
/u32
), and massively improved documentation and testing. Also did a bunch of code cleanup and added new dev tools.
- 2025.10.08 - An introduction to Heave: Heave is a lightweight Rust library for easily saving and loading your structs to a SQLite database. It's designed for small personal projects where a full ORM is overkill, acting as a simple bridge to persist your data.
Tags
Database,
Devlog,
Project:Heave,
Rust