memorix-redis

Crates.iomemorix-redis
lib.rsmemorix-redis
version1.4.16
sourcesrc
created_at2023-11-01 00:33:03.822095
updated_at2023-11-07 08:56:53.670235
descriptionMemorix is an open source next-generation in-memory ORM
homepage
repositoryhttps://github.com/uvop/memorix
max_upload_size
id1020501
size69,090
Yuval Saraf (unimonkiez)

documentation

README




Website   •   Docs   •   Quickstart

What is Memorix

Memorix is an open source next-generation in-memory ORM.
It has the following parts:

  • Memorix CLI - A command line interface tool to generate code from your schema, regardless of language your code is written in.
  • Memorix clients - Runtime dependencies to the projects you use Memorix in.

Why Memorix

Memorix was heavily inspired by GraphQL and Prisma.
Both of them cover the persistent memory and messaging layers, and they do it great.

Though, once your application needs in-memory service, such as Redis, Kafka, RabbitMQ and etc, we felt these pains of not having a good enough tool for the cache layer, so we decided to write/make our own!

Getting started

Head on to the docs site!

Commit count: 111

cargo fmt