1.0.0-beta.19 • Published 5 months ago

linql.client-node-fetch v1.0.0-beta.19

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Linql.Client-Node-Fetch

A linql client implementation that uses node-fetch.

Linql Typescript Overview

Linql Language Overview

Getting Started

Installation

npm i linql.client-node-fetch@^1.0.0-beta.1

Create a context, and then start using.

import { NodeFetchLinqlContext } from "linql.client-fetch";
import { LinqlSearch } from "linql.client";

const context = new NodeFetchLinqlContext(LinqlSearch, "https://localhost:7113", { this: this });
const states = this.context.Set<State>(State);
const firstState = await states.FirstOrDefaultAsync();

Examples

1.0.0-beta.19

5 months ago

1.0.0-beta.265

8 months ago

1.0.0-alpha1

10 months ago