Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/storage
Vercel Postgres, KV, Blob, and Edge Config
https://github.com/vercel/storage
config edge edge-config kv postgres postgresql redis serverless
Last synced: 1 day ago
JSON representation
Vercel Postgres, KV, Blob, and Edge Config
- Host: GitHub
- URL: https://github.com/vercel/storage
- Owner: vercel
- License: apache-2.0
- Created: 2022-07-06T15:41:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:34:01.000Z (about 2 months ago)
- Last Synced: 2024-10-29T17:11:42.048Z (about 2 months ago)
- Topics: config, edge, edge-config, kv, postgres, postgresql, redis, serverless
- Language: TypeScript
- Homepage: https://vercel.com/storage
- Size: 87.2 MB
- Stars: 512
- Watchers: 39
- Forks: 56
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# [Vercel Storage](https://vercel.com/docs/storage)
- `@vercel/postgres` Vercel Postgres database client — [Documentation](https://vercel.com/docs/storage/vercel-postgres) | [Source](./packages/postgres)
- `@vercel/kv` Durable Redis-compatible Key Value store — [Documentation](https://vercel.com/docs/storage/vercel-kv) | [Source](./packages/kv)
- `@vercel/edge-config` Ultra-low latency data at the edge — [Documentation](https://vercel.com/docs/storage/edge-config) | [Source](./packages/edge-config)
- `@vercel/blob` Fast object storage — [Documentation](https://vercel.com/docs/storage/vercel-blob) | [Source](./packages/blob)
- `@vercel/postgres-kysely` A `@vercel/postgres` wrapper for the [kysely ORM](https://github.com/kysely-org/kysely) — [Documentation](./packages/postgres-kysely) | [Source](./packages/postgres-kysely)