You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thomafred Hi. What kind of backend do you want to create? The most important piece is changing the database logic. I just copied the sqlalchemy folder, renamed it, and then changed the calls in core.py and transactions.py. That wasn't all there was to it - you have to set up your db in config.py for one thing - but I thought it was a good place to start. I was able to re-use most of the backend code in sqlalchemy even though I changed it to mongo. A guide would be great.
Hi there,
I am looking at writing a new backend, but am a little unsure where to begin.
It would be really nice with a short guide on how to implement custom backends.
The text was updated successfully, but these errors were encountered: