framework
framework copied to clipboard
Add persistence features to indexer with Prisma
Is your feature request related to a problem? Please describe. Currently the indexer only works with in memory storage services, which is not good for long running operations.
Describe the solution you'd like Introduce persistence services for storage, same as in the sequencer - using Prisma ORM.
Describe alternatives you've considered N/A
Additional context N/A