#next-generation #orm #open #source #in-memory #redis #memorix

yanked memorix-redis

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

5 stable releases

1.4.16 Nov 7, 2023
1.4.15 Nov 6, 2023
1.4.12 Nov 3, 2023
1.4.11 Nov 1, 2023

#26 in #next-generation

38 downloads per month

MIT license

29KB
781 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
~248K SLoC