An open API service indexing awesome lists of open source software.

https://github.com/meowmeowcode/orlok


https://github.com/meowmeowcode/orlok

databases postgresql rust

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          


Orlok

# Orlok

A database toolkit with generic implementations of the Repository pattern.

## Documentation

The latest documentation: https://docs.rs/orlok/latest/orlok/

## How to run tests

```
docker compose up -d
cargo test -- --test-threads=1
```