cameri / nostream

A Nostr Relay written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work to change database

frbitten opened this issue · comments

I haven't analyzed the code in depth yet. But if you want to change the database, is the database isolated which allows for a simpler change? Or is the code tightly integrated and would need to rewrite a lot to get it?

For what I intend to do, using MongoDB would be ideal

@frbitten interface with the database is in the event-repository.ts file so fairly isolated