gverse
Version:
Object Graph Mapper for Dgraph
21 lines (13 loc) • 362 B
Markdown
All notable changes to this project will be documented in this file.
Clasess broken into multiple files. You can now import individual classes like so:
```typescript
import { Connection } from "gverse/connection"
```
The old way also works:
```typescript
import Gverse from "gverse"
// usage: Gverse.Connection...
```