The document database model is used to keep state and there are a few kinds available:
diesel.db.inmem
- in memory, per userdiesel.db.memshared
- in memory, per appdiesel.db.col
- persisted in the built-in MongoDB, available for paid accounts, depending on volumediesel.db.postgres
- persisted in a Postgres DBdiesel.db.elk
- persisted in an Elastic DBSee the Default executors for details.
You need to log in to post a comment!