Depot is an implementation of a repository pattern for Svelte. It's a wrapper for collections with included CRUD functions.
Each record is identified by an auto-generated uuid property.
uuid
You can install the svelte-depot package available on NPMarrow-up-right.
svelte-depot
npm i svelte-depot
Then import it into your project
import depot from "svelte-depot"
Last updated 4 years ago