1.0.0-beta.2290 • Published 9 months ago

linql.client-fetch v1.0.0-beta.2290

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

Linql.Client-Fetch

A linql client implementation that uses native fetch.

Linql Typescript Overview

Linql Language Overview

Getting Started

Installation

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

Create a context, and then start using.

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

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

9 months ago

1.0.0-beta.18

1 year ago

1.0.0-beta.264

2 years ago

1.0.0-alpha1

2 years ago