-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
bugSomething isn't workingSomething isn't workingdata-storepinneddon't close this just for being staledon't close this just for being staletriage
Description
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.

Versions (please complete the following information):
- @veramo/data-store: 5.6.0,
- Node Version 18.17.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdata-storepinneddon't close this just for being staledon't close this just for being staletriage