Skip to main content

Intro

Persist is a simple datastore library, allowing you to persist data, such as player data, so players won't lose their progress once they leave.

See the Getting Started guide to get started with Persist.

Features

  • Easy to use API.
  • Session locking helps prevent data loss by not allowing multiple servers to write to the same data.

Prior Art

  • ProfileService