Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.34 KB

File metadata and controls

30 lines (19 loc) · 1.34 KB

Database Integrations

Learn how to store user specific data to databases with the Jovo Persistence Layer.

Introduction

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.

Available Integrations

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