The article introduces Graft, an open-source transactional storage engine designed for lazy, partial replication with strong consistency, horizontal scalability, and object storage durability. Graft is intended for edge environments, such as offline-first and mobile apps, and allows clients to sync at their own pace, syncing only what they need. The engine uses a sparse, ordered collection of fixed-size Pages and provides a transactional API for clients to interact with Volumes. Graft aims to combine the simplicity of physical replication with the efficiency of logical replication.