@alepha/cache
Cache module for Alepha - supports Redis and in-memory cache
Cache module for Alepha - supports Redis and in-memory cache
Alepha Cache is a simple cache abstraction for Alepha. It provides a simple interface for caching data in memory or using a custom cache provider like Redis.
Main package for Alepha. Contains the core functionality and utilities for the Alepha framework.
Alepha Lock is a simple lock system for Alepha. As Node is single-threaded, this package is intended to be used in a distributed environment (when you have multiple Node processes running) where multiple processes or servers need to coordinate access to s
Alepha Postgres is a simple Postgres adapter for Alepha. It provides a simple interface for interacting with Postgres databases using Drizzle ORM. It also offers new features like automatic migrations, a simple query builder and nosql-like interface. You
Alepha Protobuf is a simple protobuf adapter for Alepha. It uses TypeBox Schema to define the protobuf schema and serialize/deserialize the data.
Queue module for Alepha that enables type-safe, background task processing with zero-runtime overhead and full TypeScript inference.
```bash npm install @alepha/redis ```
```bash npm install @alepha/server ```
```bash npm install @alepha/scheduler ```
Alepha Security is a simple security system for Alepha.
```bash npm install @alepha/server ```