[Docs] Database Integrations


#1

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.


This is a companion discussion topic for the original entry at https://www.jovo.tech/docs/databases

#2

Apologies if already covered: What’s the best database choice for relatively simple per-user context, if we want to implement the storage once rather than having different integrations for every environment?

Also: I know many Alexa skills have the user sign in as part of the add-skill transaction, so they have a known identity to associate with usage history, rather than trying to do that in a voice interaction. I presume something similar gets done in the other environments. Does Jovo provide any assistance in making that kind of configuration portable?