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
I think Pentagon is really great for quickly prototyping apps. To that end, sometimes it's just not plausible to use Deno to create the projects, and as such it would be great to be able to run Pentagon with other KV-stores (such as Redis).
Ideally, we would have some API like the following:
import{vercelStorage}from'...'import{redisStorage}from'...'constdb=createPentagon({
...
storage: vercelStorage({ ... })// or redisStorage({ ... })})
If possible, ideally we would use something like Unstorage, since they have already a lot of great drivers built, although im not 100% sure if their architecture can acommodate Pentagon.
The text was updated successfully, but these errors were encountered:
I think Pentagon is really great for quickly prototyping apps. To that end, sometimes it's just not plausible to use Deno to create the projects, and as such it would be great to be able to run Pentagon with other KV-stores (such as Redis).
Ideally, we would have some API like the following:
If possible, ideally we would use something like Unstorage, since they have already a lot of great drivers built, although im not 100% sure if their architecture can acommodate Pentagon.
The text was updated successfully, but these errors were encountered: