Shuttle Persist & Serenity Discord Bot Compatibili...
# help
m
Hey, I'm just wondering if the Shuttle Persist Serialize / Deserialize works with Serenity Discord bots
e
Can't say I've tried to use it myself but I can't think of an immediate reason it wouldn't?
m
I'm assuming Shuttle Persist is just an abstracted way of using their database instances?
e
my understanding is that Persist creates/manages a persistent Docker volume that you can store serializable data onto
g
It's like a KV store for any serde struct. There is no relational database.
e
yeah. Not a queryable database, just good for chunks of data you can store and retrieve as needed
m
Awesome, thank you