Learn how to store user specific data to databases with the Jovo Persistence Layer.
The Jovo Database Interface is an abstraction layer for persisting data across sessions. By default, the file-based system File DB will be used so you can start right away when prototyping locally.
Here is a list of all available database integrations for Jovo:
Name | Description |
---|---|
File DB | File-based system for local prototyping. Default. |
DynamoDB | NoSQL database by AWS |
Google Cloud Datastore | NoSQL database by Google Cloud |
MySQL | The open source relational database |
MongoDB | widely supported documented-oriented NoSQL-database |
Cosmos DB | Database service by Azure |
Firestore | NoSQL database by Google Firebase |