Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 430 Bytes

Oracle Core Primitives

This crate contains common types and traits used by both oracle and API to decouple them from each other.

Migrations

This crate also contains migrations and types for PostgreSQL connecton. When you run the oracle for the first time, it will create tables in the database.

How to run tests

This crate contains some unit tests for models and helper functions:

cargo test -p op-core