Can i get full database?


#1

Hey,

is it possible to get the full database from Jovo?
I need to loop through all entries to delete some if my criteria is true.
I want to code as little as needed external software for that and found this function:

app.$db.load(primaryKey)
app.$db.delete(primaryKey)

This is exactly what I need, but I need to know the primarykeys first. Is there a function that can provide me those?
Or could you add one?


#2

Hey @tobiasheymann! I think for this you would need to use the AWS SDK and call the database yourself. We don’t provide this functionality right now.