I am developing a full stack app service in Dart language. I am developing front-end using Flutter and back-end using dart_frog.
I'm using Hive as a database. Both Flutter and dart_frog can use Hive, which greatly increases productivity.
But I have a question here. Let's say I run multiple back-end projects. Can multiple back-end projects share the Hive database?