codepan
codepan copied to clipboard
Ability to persist to custom datastore
You can use an abstraction layer (e.g. https://github.com/1602/jugglingdb) to provide the feature of persisting anonymous pans to a custom datastore, just by providing datastoretype/schema/port/credentials.
Thanks for the recommendation, I know I can but we don't have a backend
I guess you've already written some code for persisting changes as gist. This is already a backend.
Yeah, we can use some other public APIs to store data, but not a database orm I guess.
..yet