type-bridge-orm 1.5.3

Async ORM for TypeDB built on type-bridge-core-lib
Documentation
1
2
3
4
5
6
7
define
attribute name, value string;
attribute age, value integer;
attribute position, value string;
entity person, owns name @key, owns age, plays employment:employee;
entity company, owns name @key, plays employment:employer;
relation employment, relates employee, relates employer, owns position;