https://github.com/PgOutput2Json/PgFreshCache
PgFreshCache is a read-only caching layer for PostgreSQL that mirrors selected tables into a local SQLite database using change data capture, enabling fast, SQL-based access to fresh data without hitting the primary database.
https://github.com/PgOutput2Json/PgFreshCache
caching-library entity-framework-core postgresql sqlite
Last synced: 6 months ago
JSON representation
PgFreshCache is a read-only caching layer for PostgreSQL that mirrors selected tables into a local SQLite database using change data capture, enabling fast, SQL-based access to fresh data without hitting the primary database.
- Host: GitHub
- URL: https://github.com/PgOutput2Json/PgFreshCache
- Owner: PgOutput2Json
- License: mit
- Created: 2025-05-06T21:57:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T17:28:57.000Z (7 months ago)
- Last Synced: 2025-06-19T01:20:42.600Z (6 months ago)
- Topics: caching-library, entity-framework-core, postgresql, sqlite
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- awesome-sqlite - PgFreshCache - Read-only caching layer that mirrors selected PostgreSQL tables into a local SQLite database via logical replication. (Tools)