-
Notifications
You must be signed in to change notification settings - Fork 3
Add storage adapters #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
About
It would be nice to add support multiple storage mechanisms.
Example
import { createInstance } from 'subscriptionless';
import { DynamoDBPersistence } from 'subscriptionless/dynamodb';
const instance = createInstance({
schema,
storage: DynamoDBPersistence({
dynamodb,
tableNames: {
connections: 'my_connections'
}
})
});Notes
Whether this is of any value still remains to be seen.
Drop a comment if you have a use case where something other than DynamoDB would be of use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request