An open API service indexing awesome lists of open source software.

https://github.com/halvardssm/deno-query-builder

Query builder used with Nessie.
https://github.com/halvardssm/deno-query-builder

deno

Last synced: 2 months ago
JSON representation

Query builder used with Nessie.

Awesome Lists containing this project

README

          

# Deno Query Builder

Query builder used with Nessie.

**Looking for maintainers!** Create an issue or pr if you are interested in taking over as a maintainer, and we can get the conversation going 😊

## Usage

```ts
import { Schema } from "https://deno.land/x/nessie/qb.ts";

const queryBuilder = new Schema(this.dialect);
```