https://github.com/meowmeowcode/orlok
https://github.com/meowmeowcode/orlok
databases postgresql rust
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meowmeowcode/orlok
- Owner: meowmeowcode
- License: mit
- Created: 2023-04-07T18:11:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T18:00:39.000Z (about 3 years ago)
- Last Synced: 2025-09-26T15:30:04.003Z (9 months ago)
- Topics: databases, postgresql, rust
- Language: Rust
- Homepage: https://crates.io/crates/orlok
- Size: 512 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```