trilogy-parser 0.3.315

Parser and import/datasource dependency resolver for the Trilogy language
Documentation
1
2
3
4
5
6
7
8
9
key order_id int;
property order_id.amount float;

datasource orders (
    order_id,
    amount
)
grain (order_id)
address db.orders;