Skip to content

Instantly share code, notes, and snippets.

@gobengo
Last active August 12, 2022 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gobengo/a3456b35f85e754c6854385e6d5fcaeb to your computer and use it in GitHub Desktop.
Save gobengo/a3456b35f85e754c6854385e6d5fcaeb to your computer and use it in GitHub Desktop.
erDiagram
    Web3StorageUser {
    }
    StripeSubscription {
        string stripeSubscriptionId
    }
    DataStore {
    }
    Web3StorageUser ||--o| StripeSubscription: hasPaymentPolicy
    Web3StorageUser ||--o{ DataStore: writesTo
    DataStore ||--o| StripeSubscription: hasPaymentPolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment