14 stable releases
new 2.0.4 | Nov 17, 2024 |
---|---|
2.0.3 | Oct 29, 2024 |
1.5.13 | Oct 15, 2024 |
1.5.12 | Sep 25, 2024 |
1.5.2 | Nov 12, 2023 |
#262 in Database interfaces
2,476 downloads per month
29KB
750 lines
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
~8–17MB
~231K SLoC