2 repositorios
Persistence of cache data within relational database tables for distribution across server instances.
Distinct from Database Caching Middleware: Focuses on using a SQL database as the cache store rather than middleware that caches queries.
Explore 2 awesome GitHub repositories matching data & databases · SQL Cache Storage. Refine with filters or upvote what's useful.
Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o
Persists cached data within a SQL database to share cache state across multiple server instances.
Readyset is a transparent caching proxy for PostgreSQL and MySQL that sits between an application and its database, intercepting SQL queries and serving cached results from memory. It automatically caches query results on first execution and keeps those caches consistent by consuming the database’s replication stream in real time, enabling faster repeated reads without application code changes. The proxy also supports caching advanced SQL functions such as window functions, bucket functions, and locale-aware collation sorting, and exposes an interface that allows AI agents to inspect proxied q
Caches advanced analytical functions such as window functions, bucket functions, and locale-aware collation.