#orm #redis #next-generation #language #open #source #memorix

memorix-client-redis

Memorix is an open source next-generation in-memory ORM

5 stable releases

1.5.4 Jan 8, 2024
1.5.3 Jan 4, 2024
1.5.2 Nov 12, 2023

#427 in Database interfaces

Download history 569/week @ 2023-12-22 303/week @ 2023-12-29 243/week @ 2024-01-05 188/week @ 2024-01-12 64/week @ 2024-01-19 110/week @ 2024-01-26 355/week @ 2024-02-02 407/week @ 2024-02-09 450/week @ 2024-02-16 439/week @ 2024-02-23 443/week @ 2024-03-01 565/week @ 2024-03-08 472/week @ 2024-03-15 249/week @ 2024-03-22 343/week @ 2024-03-29 347/week @ 2024-04-05

1,500 downloads per month

MIT license

31KB
847 lines




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!

Dependencies

~7–18MB
~247K SLoC