Bug severity
2
Describe the bug
Doesn't seem to be support for mongodb as a data store out of the box. More specifically the migrations in the @veramo/data-store does not run successfully due to mongo having the property of being schema-less.
To Reproduce
Steps to reproduce the behaviour:
- Follow steps in Veramo docs to bootstrap an agent: https://veramo.io/docs/node_tutorials/node_setup_identifiers/.
- Replace sqlite with mongo in the type ORM DataSource object initialization.
- Running the migrations on startup fails.
Observed behaviour
Migrations fail due to mongoDB's schema-less nature.
Expected behaviour
Migrations to run properly or have migrations specific to MongoDB.
Details

Versions (please complete the following information):
- @veramo/data-store: 5.6.0,
- Node Version 18.17.1
Bug severity
2
Describe the bug
Doesn't seem to be support for mongodb as a data store out of the box. More specifically the migrations in the
@veramo/data-storedoes not run successfully due to mongo having the property of being schema-less.To Reproduce
Steps to reproduce the behaviour:
Observed behaviour
Migrations fail due to mongoDB's schema-less nature.
Expected behaviour
Migrations to run properly or have migrations specific to MongoDB.
Details

Versions (please complete the following information):